COLOR #B97D4B

HEX: #B97D4B
RGB: (185,125,75)

Color info

#B97D4B contains mainly red color. Web safe color of #B97D4B is #CC6633 (or #C63).

RGB color model

#B97D4B color RGB value is (185,125,75).

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

RGB channels and saturation

R 185 of 255 = 73%
G 125 of 255 = 49%
B 75 of 255 = 29%

185
125
75

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

Portions of RGB colors in percentages

R + G + B =
185 + 125 + 75 = 385 (100%)
R 185 of 385 ~ 48.05%
G 125 of 385 ~ 32.47%
B 75 of 385 ~ 19.48%

%48.05
%32.47
%19.48

CMYK color model

#B97D4B color CMYK value is (0,32,59,27).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 59.46%
  • key color value is 27.45%
CMYK:
(0,32,59,27)
C0M32Y59K27 
(0%,32%,59%,27%)
(0.00/0.32/0.59/0.27)	

CMYK percentages

%0
%32.43
%59.46
%27.45

Codes

Color #B97D4B in popluar color models

B97D4B
RGB18512575
HSL27°44.00%50.98%
HSB/HSV27°59.46%72.55%
CMYK0.00%32.43%59.46%
27.45%

Color #B97D4B in popluar number systems.

HEXB97D4B
Decimal18512575
Binary1011100111111011001011
Octal271175113

Shades and tints

Shades of #B97D4B

#B97D4B
(185,125,75)
#A97245
(169,114,69)
#99673F
(153,103,63)
#895C39
(137,92,57)
#795133
(121,81,51)
#69462D
(105,70,45)
#593B27
(89,59,39)
#493021
(73,48,33)
#39251B
(57,37,27)
#291A15
(41,26,21)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B97D4B

#B97D4B
(185,125,75)
#BF885B
(191,136,91)
#C5936B
(197,147,107)
#CB9E7B
(203,158,123)
#D1A98B
(209,169,139)
#D7B49B
(215,180,155)
#DDBFAB
(221,191,171)
#E3CABB
(227,202,187)
#E9D5CB
(233,213,203)
#EFE0DB
(239,224,219)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B97D4B; }

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

This text font color is #B97D4B.


Background Color

.myBgColor { background-color: #B97D4B; }

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

This div background color is #B97D4B.


Border color

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

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

This div border color is #B97D4B.


Opacity

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

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

Text with #B97D4B 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 #B97D4B;}

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

This text has shadow with #B97D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97D4B on black background.


Color preview on white background

This text has color #B97D4B on white background.



Black color preview on #B97D4B background

This text has black color on #B97D4B background.


White color preview on #B97D4B background

This text has white color on #B97D4B background.