Color Hex Logo

#bb890e Color Hex

#BB890E
(187,137,14)
0 Favorites   0 Comments

Color spaces of #bb890e

RGB 18713714
HSL0.120.860.39
HSV43°93°73°
CMYK 0.000.270.93   0.27
XYZ29.518428.48784.3584
Yxy28.48780.47330.4568
Hunter Lab53.37405.314832.5203
CIE-Lab60.32699.605763.1829

#bb890e color RGB value is (187,137,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00001110
Octal 273 211 16
Decimal 187 137 14
Hex BB 89 E

RGB Percentages of Color #bb890e

%55.33
%40.53
%4.14

CMYK Percentages of Color #bb890e

%0
%27
%93
%27

Triadic Colors of #bb890e

#bb890e #0ebb89 #890ebb

Analogous Colors of #bb890e

#bb890e #97bb0e #bb330e

Monochromatic Colors of #bb890e

#bb890e

Complementary Color

#bb890e #0e40bb

#bb890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb890e Color CSS Codes

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

#bb890e Text Font Color

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

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


#bb890e Background Color

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

This div background color is #bb890e


#bb890e Border Color

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

This div border color is #bb890e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,137,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 #bb890e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb890e


Comments

No comments written yet.

Please login to write comment.