Color Hex Logo

#b97258 Color Hex

#B97258
(185,114,88)
0 Favorites   0 Comments

Color spaces of #b97258

RGB 18511488
HSL0.040.410.54
HSV16°52°73°
CMYK 0.000.380.52   0.27
XYZ27.786323.053512.2178
Yxy23.05350.44060.3656
Hunter Lab48.014119.275418.5227
CIE-Lab55.127425.260526.1674

#b97258 color RGB value is (185,114,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110010 01011000
Octal 271 162 130
Decimal 185 114 88
Hex B9 72 58

RGB Percentages of Color #b97258

%47.80
%29.46
%22.74

CMYK Percentages of Color #b97258

%0
%38
%52
%27

Triadic Colors of #b97258

#b97258 #58b972 #7258b9

Analogous Colors of #b97258

#b97258 #b9a358 #b9586f

Monochromatic Colors of #b97258

#b97258

Complementary Color

#b97258 #589fb9

#b97258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97258 Color CSS Codes

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

#b97258 Text Font Color

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

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


#b97258 Background Color

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

This div background color is #b97258


#b97258 Border Color

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

This div border color is #b97258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97258


Comments

No comments written yet.

Please login to write comment.