Color Hex Logo

#b97059 Color Hex

#B97059
(185,112,89)
0 Favorites   0 Comments

Color spaces of #b97059

RGB 18511289
HSL0.040.410.54
HSV14°52°73°
CMYK 0.000.390.52   0.27
XYZ27.604922.623912.3631
Yxy22.62390.44100.3615
Hunter Lab47.564620.357417.8844
CIE-Lab54.682826.453125.0200

#b97059 color RGB value is (185,112,89).

#b97059 hex color red value is 185, green value is 112 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b97059 hue: 0.04 , saturation: 0.41 and the lightness value of b97059 is 0.54.

The process color (four color CMYK) of #b97059 color hex is 0.00, 0.39, 0.52, 0.27. Web safe color of #b97059 is #cc6666. Color #b97059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 01011001
Octal 271 160 131
Decimal 185 112 89
Hex B9 70 59

RGB Percentages of Color #b97059

%47.93
%29.02
%23.06

CMYK Percentages of Color #b97059

%0
%39
%52
%27

Triadic Colors of #b97059

#b97059 #59b970 #7059b9

Analogous Colors of #b97059

#b97059 #b9a059 #b95972

Monochromatic Colors of #b97059

#b97059

Complementary Color

#b97059 #59a2b9

#b97059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97059 Color CSS Codes

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

#b97059 Text Font Color

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

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


#b97059 Background Color

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

This div background color is #b97059


#b97059 Border Color

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

This div border color is #b97059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97059


Comments

No comments written yet.

Please login to write comment.