Color Hex Logo

#bb840f Color Hex

#BB840F
(187,132,15)
0 Favorites   0 Comments

Color spaces of #bb840f

RGB 18713215
HSL0.110.850.40
HSV41°92°73°
CMYK 0.000.290.92   0.27
XYZ28.831027.10184.1636
Yxy27.10180.47970.4510
Hunter Lab52.05947.751131.6997
CIE-Lab59.068412.381162.0480

#bb840f color RGB value is (187,132,15).

#bb840f hex color red value is 187, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb840f hue: 0.11 , saturation: 0.85 and the lightness value of bb840f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 00001111
Octal 273 204 17
Decimal 187 132 15
Hex BB 84 F

RGB Percentages of Color #bb840f

%55.99
%39.52
%4.49

CMYK Percentages of Color #bb840f

%0
%29
%92
%27

Triadic Colors of #bb840f

#bb840f #0fbb84 #840fbb

Analogous Colors of #bb840f

#bb840f #9cbb0f #bb2e0f

Monochromatic Colors of #bb840f

#bb840f

Complementary Color

#bb840f #0f46bb

#bb840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb840f Color CSS Codes

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

#bb840f Text Font Color

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

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


#bb840f Background Color

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

This div background color is #bb840f


#bb840f Border Color

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

This div border color is #bb840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb840f


Comments

No comments written yet.

Please login to write comment.