Color Hex Logo

#bb892a Color Hex

#BB892A
(187,137,42)
0 Favorites   0 Comments

Color spaces of #bb892a

RGB 18713742
HSL0.110.630.45
HSV39°78°73°
CMYK 0.000.270.78   0.27
XYZ29.857128.62336.1417
Yxy28.62330.46200.4429
Hunter Lab53.50075.989030.6442
CIE-Lab60.447710.375055.1045

#bb892a color RGB value is (187,137,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00101010
Octal 273 211 52
Decimal 187 137 42
Hex BB 89 2A

RGB Percentages of Color #bb892a

%51.09
%37.43
%11.48

CMYK Percentages of Color #bb892a

%0
%27
%78
%27

Triadic Colors of #bb892a

#bb892a #2abb89 #892abb

Analogous Colors of #bb892a

#bb892a #a5bb2a #bb402a

Monochromatic Colors of #bb892a

#bb892a

Complementary Color

#bb892a #2a5cbb

#bb892a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb892a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb892a Color CSS Codes

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

#bb892a Text Font Color

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

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


#bb892a Background Color

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

This div background color is #bb892a


#bb892a Border Color

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

This div border color is #bb892a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb892a


Comments

No comments written yet.

Please login to write comment.