Color Hex Logo

#b78412 Color Hex

#B78412
(183,132,18)
0 Favorites   0 Comments

Color spaces of #b78412

RGB 18313218
HSL0.120.820.39
HSV41°90°72°
CMYK 0.000.280.90   0.28
XYZ27.888926.61354.2393
Yxy26.61350.47480.4531
Hunter Lab51.58836.218631.2396
CIE-Lab58.614910.636360.8601

#b78412 color RGB value is (183,132,18).

#b78412 hex color red value is 183, green value is 132 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b78412 hue: 0.12 , saturation: 0.82 and the lightness value of b78412 is 0.39.

The process color (four color CMYK) of #b78412 color hex is 0.00, 0.28, 0.90, 0.28. Web safe color of #b78412 is #cc9900. Color #b78412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 00010010
Octal 267 204 22
Decimal 183 132 18
Hex B7 84 12

RGB Percentages of Color #b78412

%54.95
%39.64
%5.41

CMYK Percentages of Color #b78412

%0
%28
%90
%28

Triadic Colors of #b78412

#b78412 #12b784 #8412b7

Analogous Colors of #b78412

#b78412 #98b712 #b73212

Monochromatic Colors of #b78412

#b78412

Complementary Color

#b78412 #1245b7

#b78412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78412 Color CSS Codes

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

#b78412 Text Font Color

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

This sample text font color is #b78412
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.


#b78412 Background Color

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

This div background color is #b78412


#b78412 Border Color

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

This div border color is #b78412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78412


Comments

No comments written yet.

Please login to write comment.