Color Hex Logo

#bb856f Color Hex

#BB856F
(187,133,111)
0 Favorites   0 Comments

Color spaces of #bb856f

RGB 187133111
HSL0.050.360.58
HSV17°41°73°
CMYK 0.000.290.41   0.27
XYZ31.750328.487618.8642
Yxy28.48760.40140.3601
Hunter Lab53.373812.779716.4064
CIE-Lab60.326717.933920.1026

#bb856f color RGB value is (187,133,111).

#bb856f hex color red value is 187, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb856f hue: 0.05 , saturation: 0.36 and the lightness value of bb856f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 01101111
Octal 273 205 157
Decimal 187 133 111
Hex BB 85 6F

RGB Percentages of Color #bb856f

%43.39
%30.86
%25.75

CMYK Percentages of Color #bb856f

%0
%29
%41
%27

Triadic Colors of #bb856f

#bb856f #6fbb85 #856fbb

Analogous Colors of #bb856f

#bb856f #bbab6f #bb6f7f

Monochromatic Colors of #bb856f

#bb856f

Complementary Color

#bb856f #6fa5bb

#bb856f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb856f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb856f Color CSS Codes

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

#bb856f Text Font Color

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

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


#bb856f Background Color

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

This div background color is #bb856f


#bb856f Border Color

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

This div border color is #bb856f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb856f


Comments

No comments written yet.

Please login to write comment.