Hex #b4451e Color

#b4451e
equivalent to

RGB

(180, 69, 30)

Details of #b4451e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
180
21.1849
0.04
0.00
44.3092
14.0533
16°
37.4877
69
14.0533
0.71
0.62
43.2020
0.5566
83°
35.2696
30
2.8243
0.41
0.83   0.29
44.7781
0.3692
71°
21.7755

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110100
264
180
B4
Green
1000101
105
69
45
Blue
11110
36
30
1E

RGB in % of #b4451e

%64.52
%24.73
%10.75

CMYK in % of #b4451e

%0
%62
%83
%29

Triads of color #b4451e

#b4451e #451eb4 #1eb41e

Similar Colors to #b4451e

#b4451e #b41e42 #b4901e

Preview Color #b4451e on black ground

#b4451e is very interesting for text.

Preview Color #b4451e on white ground

#b4451e is very interesting for text.

CSS Codes #b4451e color

.mybgcolor {background-color:#b4451e; }
.myforecolor {color:#b4451e; }
.mybordercolor {border:3px solid #b4451e; }

Text Font Color #b4451e

<p style="color:#b4451e">Text here</p>

This sample text font color is #b4451e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #b4451e

<div style="background-color:#b4451e">
Div content here</div>

This div background color is #b4451e


Border Color #b4451e

<div style="border:3px solid #b4451e">
Div here</div>

The color of this border is #b4451e


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b4451e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b4451e;
-webkit-box-shadow: 1px 1px 3px 2px #b4451e;
box-shadow:         1px 1px 3px 2px #b4451e; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #b4451e">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #b4451e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4451e;
  box-shadow:         1px 1px 3px 2px #b4451e;">
Div content here</div>

The shadow of div box using color #b4451e