Color Hex Logo

#b87011 Color Hex

#B87011
(184,112,17)
0 Favorites   0 Comments

Color spaces of #b87011

RGB 18411217
HSL0.090.830.39
HSV34°91°72°
CMYK 0.000.390.91   0.28
XYZ25.662521.81923.3893
Yxy21.81920.50450.4289
Hunter Lab46.711016.321528.3957
CIE-Lab53.834622.153057.4907

#b87011 color RGB value is (184,112,17).

#b87011 hex color red value is 184, green value is 112 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b87011 hue: 0.09 , saturation: 0.83 and the lightness value of b87011 is 0.39.

The process color (four color CMYK) of #b87011 color hex is 0.00, 0.39, 0.91, 0.28. Web safe color of #b87011 is #cc6600. Color #b87011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 00010001
Octal 270 160 21
Decimal 184 112 17
Hex B8 70 11

RGB Percentages of Color #b87011

%58.79
%35.78
%5.43

CMYK Percentages of Color #b87011

%0
%39
%91
%28

Triadic Colors of #b87011

#b87011 #11b870 #7011b8

Analogous Colors of #b87011

#b87011 #adb811 #b81d11

Monochromatic Colors of #b87011

#b87011

Complementary Color

#b87011 #1159b8

#b87011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87011 Color CSS Codes

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

#b87011 Text Font Color

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

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


#b87011 Background Color

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

This div background color is #b87011


#b87011 Border Color

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

This div border color is #b87011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87011


Comments

No comments written yet.

Please login to write comment.