Color Hex Logo

#b9857c Color Hex

#B9857C
(185,133,124)
0 Favorites   0 Comments

Color spaces of #b9857c

RGB 185133124
HSL0.020.300.61
HSV33°73°
CMYK 0.000.280.33   0.27
XYZ32.033228.544622.8901
Yxy28.54460.38380.3420
Hunter Lab53.427113.525411.9970
CIE-Lab60.377618.741912.7643

#b9857c color RGB value is (185,133,124).

#b9857c hex color red value is 185, green value is 133 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b9857c hue: 0.02 , saturation: 0.30 and the lightness value of b9857c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000101 01111100
Octal 271 205 174
Decimal 185 133 124
Hex B9 85 7C

RGB Percentages of Color #b9857c

%41.86
%30.09
%28.05

CMYK Percentages of Color #b9857c

%0
%28
%33
%27

Triadic Colors of #b9857c

#b9857c #7cb985 #857cb9

Analogous Colors of #b9857c

#b9857c #b9a47c #b97c92

Monochromatic Colors of #b9857c

#b9857c

Complementary Color

#b9857c #7cb0b9

#b9857c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9857c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9857c Color CSS Codes

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

#b9857c Text Font Color

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

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


#b9857c Background Color

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

This div background color is #b9857c


#b9857c Border Color

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

This div border color is #b9857c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9857c


Comments

No comments written yet.

Please login to write comment.