Color Hex Logo

#bb870e Color Hex

#BB870E
(187,135,14)
0 Favorites   0 Comments

Color spaces of #bb870e

RGB 18713514
HSL0.120.860.39
HSV42°93°73°
CMYK 0.000.280.93   0.27
XYZ29.236827.92444.2645
Yxy27.92440.47600.4546
Hunter Lab52.84356.282732.2057
CIE-Lab59.820410.708862.8045

#bb870e color RGB value is (187,135,14).

#bb870e hex color red value is 187, green value is 135 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb870e hue: 0.12 , saturation: 0.86 and the lightness value of bb870e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 00001110
Octal 273 207 16
Decimal 187 135 14
Hex BB 87 E

RGB Percentages of Color #bb870e

%55.65
%40.18
%4.17

CMYK Percentages of Color #bb870e

%0
%28
%93
%27

Triadic Colors of #bb870e

#bb870e #0ebb87 #870ebb

Analogous Colors of #bb870e

#bb870e #99bb0e #bb310e

Monochromatic Colors of #bb870e

#bb870e

Complementary Color

#bb870e #0e42bb

#bb870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb870e Color CSS Codes

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

#bb870e Text Font Color

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

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


#bb870e Background Color

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

This div background color is #bb870e


#bb870e Border Color

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

This div border color is #bb870e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb870e


Comments

No comments written yet.

Please login to write comment.