Color Hex Logo

#b96c6e Color Hex

#B96C6E
(185,108,110)
0 Favorites   0 Comments

Color spaces of #b96c6e

RGB 185108110
HSL1.000.350.57
HSV358°42°73°
CMYK 0.000.420.41   0.27
XYZ28.184622.165217.5447
Yxy22.16520.41510.3265
Hunter Lab47.079924.469910.8611
CIE-Lab54.201830.828012.2052

#b96c6e color RGB value is (185,108,110).

#b96c6e hex color red value is 185, green value is 108 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b96c6e hue: 1.00 , saturation: 0.35 and the lightness value of b96c6e is 0.57.

The process color (four color CMYK) of #b96c6e color hex is 0.00, 0.42, 0.41, 0.27. Web safe color of #b96c6e is #cc6666. Color #b96c6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 01101110
Octal 271 154 156
Decimal 185 108 110
Hex B9 6C 6E

RGB Percentages of Color #b96c6e

%45.91
%26.80
%27.30

CMYK Percentages of Color #b96c6e

%0
%42
%41
%27

Triadic Colors of #b96c6e

#b96c6e #6eb96c #6c6eb9

Analogous Colors of #b96c6e

#b96c6e #b9916c #b96c95

Monochromatic Colors of #b96c6e

#b96c6e

Complementary Color

#b96c6e #6cb9b7

#b96c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96c6e Color CSS Codes

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

#b96c6e Text Font Color

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

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


#b96c6e Background Color

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

This div background color is #b96c6e


#b96c6e Border Color

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

This div border color is #b96c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96c6e


Comments

No comments written yet.

Please login to write comment.