Color Hex Logo

#bb894a Color Hex

#BB894A
(187,137,74)
0 Favorites   0 Comments

Color spaces of #bb894a

RGB 18713774
HSL0.090.450.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ30.675228.950510.4498
Yxy28.95050.43770.4131
Hunter Lab53.80577.604926.1490
CIE-Lab60.737912.200640.7383

#bb894a color RGB value is (187,137,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 01001010
Octal 273 211 112
Decimal 187 137 74
Hex BB 89 4A

RGB Percentages of Color #bb894a

%46.98
%34.42
%18.59

CMYK Percentages of Color #bb894a

%0
%27
%60
%27

Triadic Colors of #bb894a

#bb894a #4abb89 #894abb

Analogous Colors of #bb894a

#bb894a #b5bb4a #bb504a

Monochromatic Colors of #bb894a

#bb894a

Complementary Color

#bb894a #4a7cbb

#bb894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb894a Color CSS Codes

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

#bb894a Text Font Color

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

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


#bb894a Background Color

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

This div background color is #bb894a


#bb894a Border Color

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

This div border color is #bb894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb894a


Comments

No comments written yet.

Please login to write comment.