Color Hex Logo

#bb862a Color Hex

#BB862A
(187,134,42)
0 Favorites   0 Comments

Color spaces of #bb862a

RGB 18713442
HSL0.110.630.45
HSV38°78°73°
CMYK 0.000.280.78   0.27
XYZ29.436527.78226.0015
Yxy27.78220.46560.4395
Hunter Lab52.70887.447130.1453
CIE-Lab59.691512.031254.3887

#bb862a color RGB value is (187,134,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 00101010
Octal 273 206 52
Decimal 187 134 42
Hex BB 86 2A

RGB Percentages of Color #bb862a

%51.52
%36.91
%11.57

CMYK Percentages of Color #bb862a

%0
%28
%78
%27

Triadic Colors of #bb862a

#bb862a #2abb86 #862abb

Analogous Colors of #bb862a

#bb862a #a8bb2a #bb3e2a

Monochromatic Colors of #bb862a

#bb862a

Complementary Color

#bb862a #2a5fbb

#bb862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb862a Color CSS Codes

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

#bb862a Text Font Color

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

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


#bb862a Background Color

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

This div background color is #bb862a


#bb862a Border Color

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

This div border color is #bb862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb862a


Comments

No comments written yet.

Please login to write comment.