Color Hex Logo

#b97374 Color Hex

#B97374
(185,115,116)
0 Favorites   0 Comments

Color spaces of #b97374

RGB 185115116
HSL1.000.330.59
HSV359°38°73°
CMYK 0.000.380.37   0.27
XYZ29.290723.836719.5802
Yxy23.83670.40290.3278
Hunter Lab48.822821.649010.3980
CIE-Lab55.923927.711111.1184

#b97374 color RGB value is (185,115,116).

#b97374 hex color red value is 185, green value is 115 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b97374 hue: 1.00 , saturation: 0.33 and the lightness value of b97374 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 01110100
Octal 271 163 164
Decimal 185 115 116
Hex B9 73 74

RGB Percentages of Color #b97374

%44.47
%27.64
%27.88

CMYK Percentages of Color #b97374

%0
%38
%37
%27

Triadic Colors of #b97374

#b97374 #74b973 #7374b9

Analogous Colors of #b97374

#b97374 #b99573 #b97397

Monochromatic Colors of #b97374

#b97374

Complementary Color

#b97374 #73b9b8

#b97374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97374 Color CSS Codes

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

#b97374 Text Font Color

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

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


#b97374 Background Color

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

This div background color is #b97374


#b97374 Border Color

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

This div border color is #b97374


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,115,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 #b97374">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97374


Comments

No comments written yet.

Please login to write comment.