COLOR #B97D58

HEX: #B97D58
RGB: (185,125,88)

Color info

#B97D58 contains mainly red color. Web safe color of #B97D58 is #CC6666 (or #C66).

RGB color model

#B97D58 color RGB value is (185,125,88).

  • red value is 185;
  • green value is 125;
  • blue value is 88.
RGB:
(185,125,88)
(73%,49%,35%)

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 88 of 255 = 35%

185
125
88

R + G + B ~ 52%. #B97D58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 88 = 398 (100%)
R 185 of 398 ~ 46.48%
G 125 of 398 ~ 31.41%
B 88 of 398 ~ 22.11%

%46.48
%31.41
%22.11

CMYK color model

#B97D58 color CMYK value is (0,32,52,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 52.43%
  • key color value is 27.45%
CMYK:
(0,32,52,27)
C0M32Y52K27 
(0%,32%,52%,27%)
(0.00/0.32/0.52/0.27)	

CMYK percentages

%0
%32.43
%52.43
%27.45

Codes

Color #B97D58 in popluar color models

B97D58
RGB18512588
HSL23°40.93%53.53%
HSB/HSV23°52.43%72.55%
CMYK0.00%32.43%52.43%
27.45%

Color #B97D58 in popluar number systems.

HEXB97D58
Decimal18512588
Binary1011100111111011011000
Octal271175130

Shades and tints

Shades of #B97D58

#B97D58
(185,125,88)
#A97250
(169,114,80)
#996748
(153,103,72)
#895C40
(137,92,64)
#795138
(121,81,56)
#694630
(105,70,48)
#593B28
(89,59,40)
#493020
(73,48,32)
#392518
(57,37,24)
#291A10
(41,26,16)
#190F08
(25,15,8)
#000000
(0,0,0)

Tints of #B97D58

#B97D58
(185,125,88)
#BF8867
(191,136,103)
#C59376
(197,147,118)
#CB9E85
(203,158,133)
#D1A994
(209,169,148)
#D7B4A3
(215,180,163)
#DDBFB2
(221,191,178)
#E3CAC1
(227,202,193)
#E9D5D0
(233,213,208)
#EFE0DF
(239,224,223)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97D58 color. Also use rgb(185,125,88) instead hex code.

Text Font Color

.myTextColor { color: #B97D58; }

<p style="color:#B97D58">This sample text font color is #B97D58.</p>

This text font color is #B97D58.


Background Color

.myBgColor { background-color: #B97D58; }

<div style="background-color:#B97D58">Inner text</div>

This div background color is #B97D58.


Border color

.myBorderColor { border: 1px solid #B97D58; }

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

This div border color is #B97D58.


Opacity

.myOpacity80 { color: #B97D58; opacity: 0.8; }

<p style="color:#B97D58;opacity:0.8;">80%</p>

Text with #B97D58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B97D58;}

<p style="text-shadow: 3px 3px 1px #B97D58">Text here.</p>

This text has shadow with #B97D58 color.

.textShadow {text-shadow: 3px 3px 1px #B97D58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B97D58, 5px 5px 20px red">Text here.</p>

This text has shadow with #B97D58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B97D58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B97D58, Direction=45, Strength=4)">Text</p>

This text has shadow with #B97D58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B97D58;
  -webkit-box-shadow:	1px 1px 3px 2px #B97D58;
  box-shadow:		1px 1px 3px 2px #B97D58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B97D58;
-webkit-box-shadow: 1px 1px 3px 2px #B97D58;
box-shadow:1px 1px 3px 2px #B97D58;">
Div content here</div>
This div box has shadow with color #B97D58.

Preview

Color preview on black background

This text has color #B97D58 on black background.


Color preview on white background

This text has color #B97D58 on white background.



Black color preview on #B97D58 background

This text has black color on #B97D58 background.


White color preview on #B97D58 background

This text has white color on #B97D58 background.