Color Hex Logo

#b96e7b Color Hex

#B96E7B
(185,110,123)
0 Favorites   0 Comments

Color spaces of #b96e7b

RGB 185110123
HSL0.970.350.58
HSV350°41°73°
CMYK 0.000.410.34   0.27
XYZ29.158722.896221.6215
Yxy22.89620.39580.3108
Hunter Lab47.850025.03646.7042
CIE-Lab54.965331.33525.6715

#b96e7b color RGB value is (185,110,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 01111011
Octal 271 156 173
Decimal 185 110 123
Hex B9 6E 7B

RGB Percentages of Color #b96e7b

%44.26
%26.32
%29.43

CMYK Percentages of Color #b96e7b

%0
%41
%34
%27

Triadic Colors of #b96e7b

#b96e7b #7bb96e #6e7bb9

Analogous Colors of #b96e7b

#b96e7b #b9876e #b96ea1

Monochromatic Colors of #b96e7b

#b96e7b

Complementary Color

#b96e7b #6eb9ac

#b96e7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96e7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96e7b Color CSS Codes

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

#b96e7b Text Font Color

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

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


#b96e7b Background Color

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

This div background color is #b96e7b


#b96e7b Border Color

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

This div border color is #b96e7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96e7b


Comments

No comments written yet.

Please login to write comment.