Color Hex Logo

#bb893f Color Hex

#BB893F
(187,137,63)
0 Favorites   0 Comments

Color spaces of #bb893f

RGB 18713763
HSL0.100.500.49
HSV36°66°73°
CMYK 0.000.270.66   0.27
XYZ30.336428.81508.6656
Yxy28.81500.44730.4249
Hunter Lab53.67966.937928.0044
CIE-Lab60.618011.450146.0714

#bb893f color RGB value is (187,137,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00111111
Octal 273 211 77
Decimal 187 137 63
Hex BB 89 3F

RGB Percentages of Color #bb893f

%48.32
%35.40
%16.28

CMYK Percentages of Color #bb893f

%0
%27
%66
%27

Triadic Colors of #bb893f

#bb893f #3fbb89 #893fbb

Analogous Colors of #bb893f

#bb893f #afbb3f #bb4b3f

Monochromatic Colors of #bb893f

#bb893f

Complementary Color

#bb893f #3f71bb

#bb893f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb893f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb893f Color CSS Codes

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

#bb893f Text Font Color

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

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


#bb893f Background Color

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

This div background color is #bb893f


#bb893f Border Color

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

This div border color is #bb893f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb893f


Comments

No comments written yet.

Please login to write comment.