Color Hex Logo

#b97379 Color Hex

#B97379
(185,115,121)
0 Favorites   0 Comments

Color spaces of #b97379

RGB 185115121
HSL0.990.330.59
HSV355°38°73°
CMYK 0.000.380.35   0.27
XYZ29.589523.956221.1536
Yxy23.95620.39610.3207
Hunter Lab48.945122.25748.6370
CIE-Lab56.043928.33858.3791

#b97379 color RGB value is (185,115,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 01111001
Octal 271 163 171
Decimal 185 115 121
Hex B9 73 79

RGB Percentages of Color #b97379

%43.94
%27.32
%28.74

CMYK Percentages of Color #b97379

%0
%38
%35
%27

Triadic Colors of #b97379

#b97379 #79b973 #7379b9

Analogous Colors of #b97379

#b97379 #b99073 #b9739c

Monochromatic Colors of #b97379

#b97379

Complementary Color

#b97379 #73b9b3

#b97379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97379 Color CSS Codes

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

#b97379 Text Font Color

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

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


#b97379 Background Color

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

This div background color is #b97379


#b97379 Border Color

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

This div border color is #b97379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97379


Comments

No comments written yet.

Please login to write comment.