Color Hex Logo

#bb861b Color Hex

#BB861B
(187,134,27)
0 Favorites   0 Comments

Color spaces of #bb861b

RGB 18713427
HSL0.110.750.42
HSV40°86°73°
CMYK 0.000.280.86   0.27
XYZ29.216427.69414.8425
Yxy27.69410.47310.4485
Hunter Lab52.62527.005431.3818
CIE-Lab59.611411.531259.5046

#bb861b color RGB value is (187,134,27).

#bb861b hex color red value is 187, green value is 134 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bb861b hue: 0.11 , saturation: 0.75 and the lightness value of bb861b is 0.42.

The process color (four color CMYK) of #bb861b color hex is 0.00, 0.28, 0.86, 0.27. Web safe color of #bb861b is #cc9933. Color #bb861b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 00011011
Octal 273 206 33
Decimal 187 134 27
Hex BB 86 1B

RGB Percentages of Color #bb861b

%53.74
%38.51
%7.76

CMYK Percentages of Color #bb861b

%0
%28
%86
%27

Triadic Colors of #bb861b

#bb861b #1bbb86 #861bbb

Analogous Colors of #bb861b

#bb861b #a0bb1b #bb361b

Monochromatic Colors of #bb861b

#bb861b

Complementary Color

#bb861b #1b50bb

#bb861b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb861b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb861b Color CSS Codes

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

#bb861b Text Font Color

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

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


#bb861b Background Color

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

This div background color is #bb861b


#bb861b Border Color

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

This div border color is #bb861b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb861b


Comments

No comments written yet.

Please login to write comment.