Color Hex Logo

#bb893e Color Hex

#BB893E
(187,137,62)
0 Favorites   0 Comments

Color spaces of #bb893e

RGB 18713762
HSL0.100.500.49
HSV36°67°73°
CMYK 0.000.270.67   0.27
XYZ30.308728.80398.5197
Yxy28.80390.44810.4259
Hunter Lab53.66936.883328.1565
CIE-Lab60.608211.388546.5400

#bb893e color RGB value is (187,137,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 00111110
Octal 273 211 76
Decimal 187 137 62
Hex BB 89 3E

RGB Percentages of Color #bb893e

%48.45
%35.49
%16.06

CMYK Percentages of Color #bb893e

%0
%27
%67
%27

Triadic Colors of #bb893e

#bb893e #3ebb89 #893ebb

Analogous Colors of #bb893e

#bb893e #afbb3e #bb4b3e

Monochromatic Colors of #bb893e

#bb893e

Complementary Color

#bb893e #3e70bb

#bb893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb893e Color CSS Codes

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

#bb893e Text Font Color

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

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


#bb893e Background Color

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

This div background color is #bb893e


#bb893e Border Color

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

This div border color is #bb893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb893e


Comments

No comments written yet.

Please login to write comment.