Color Hex Logo

#b96774 Color Hex

#B96774
(185,103,116)
0 Favorites   0 Comments

Color spaces of #b96774

RGB 185103116
HSL0.970.370.56
HSV350°44°73°
CMYK 0.000.440.37   0.27
XYZ28.010221.275719.1533
Yxy21.27570.40930.3109
Hunter Lab46.125627.67607.6682
CIE-Lab53.249934.24207.3346

#b96774 color RGB value is (185,103,116).

#b96774 hex color red value is 185, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b96774 hue: 0.97 , saturation: 0.37 and the lightness value of b96774 is 0.56.

The process color (four color CMYK) of #b96774 color hex is 0.00, 0.44, 0.37, 0.27. Web safe color of #b96774 is #cc6666. Color #b96774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100111 01110100
Octal 271 147 164
Decimal 185 103 116
Hex B9 67 74

RGB Percentages of Color #b96774

%45.79
%25.50
%28.71

CMYK Percentages of Color #b96774

%0
%44
%37
%27

Triadic Colors of #b96774

#b96774 #74b967 #6774b9

Analogous Colors of #b96774

#b96774 #b98367 #b9679d

Monochromatic Colors of #b96774

#b96774

Complementary Color

#b96774 #67b9ac

#b96774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96774 Color CSS Codes

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

#b96774 Text Font Color

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

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


#b96774 Background Color

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

This div background color is #b96774


#b96774 Border Color

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

This div border color is #b96774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96774


Comments

No comments written yet.

Please login to write comment.