Color Hex Logo

#bb896a Color Hex

#BB896A
(187,137,106)
0 Favorites   0 Comments

Color spaces of #bb896a

RGB 187137106
HSL0.060.370.57
HSV23°43°73°
CMYK 0.000.270.43   0.27
XYZ32.040729.496717.6404
Yxy29.49670.40470.3725
Hunter Lab54.310910.262118.7600
CIE-Lab61.217515.148824.1036

#bb896a color RGB value is (187,137,106).

#bb896a hex color red value is 187, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb896a hue: 0.06 , saturation: 0.37 and the lightness value of bb896a is 0.57.

The process color (four color CMYK) of #bb896a color hex is 0.00, 0.27, 0.43, 0.27. Web safe color of #bb896a is #cc9966. Color #bb896a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 01101010
Octal 273 211 152
Decimal 187 137 106
Hex BB 89 6A

RGB Percentages of Color #bb896a

%43.49
%31.86
%24.65

CMYK Percentages of Color #bb896a

%0
%27
%43
%27

Triadic Colors of #bb896a

#bb896a #6abb89 #896abb

Analogous Colors of #bb896a

#bb896a #bbb26a #bb6a74

Monochromatic Colors of #bb896a

#bb896a

Complementary Color

#bb896a #6a9cbb

#bb896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb896a Color CSS Codes

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

#bb896a Text Font Color

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

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


#bb896a Background Color

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

This div background color is #bb896a


#bb896a Border Color

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

This div border color is #bb896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb896a


Comments

No comments written yet.

Please login to write comment.