Color Hex Logo

#bb893b Color Hex

#BB893B
(187,137,59)
0 Favorites   0 Comments

Color spaces of #bb893b

RGB 18713759
HSL0.100.520.48
HSV37°68°73°
CMYK 0.000.270.68   0.27
XYZ30.228628.77198.0980
Yxy28.77190.45050.4288
Hunter Lab53.63946.725028.5965
CIE-Lab60.579811.209747.9264

#bb893b color RGB value is (187,137,59).

#bb893b hex color red value is 187, green value is 137 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb893b hue: 0.10 , saturation: 0.52 and the lightness value of bb893b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00111011
Octal 273 211 73
Decimal 187 137 59
Hex BB 89 3B

RGB Percentages of Color #bb893b

%48.83
%35.77
%15.40

CMYK Percentages of Color #bb893b

%0
%27
%68
%27

Triadic Colors of #bb893b

#bb893b #3bbb89 #893bbb

Analogous Colors of #bb893b

#bb893b #adbb3b #bb493b

Monochromatic Colors of #bb893b

#bb893b

Complementary Color

#bb893b #3b6dbb

#bb893b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb893b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb893b Color CSS Codes

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

#bb893b Text Font Color

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

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


#bb893b Background Color

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

This div background color is #bb893b


#bb893b Border Color

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

This div border color is #bb893b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb893b


Comments

No comments written yet.

Please login to write comment.