COLOR #B97A6E

HEX: #B97A6E RGB: (185,122,110)

Color info

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

RGB color model

#B97A6E color RGB value is (185,122,110).

RGB: (185,122,110) (73%, 48%, 43%)

RGB channels and saturation

R 185 of 255 = 73%
G 122 of 255 = 48%
B 110 of 255 = 43%

185
122
110

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

Portions of RGB colors in percentages

R + G + B = 185 + 122 + 110 = 417 (100%)
R 185 of 417 ~ 44.36%
G 122 of 417 ~ 29.26%
B 110 of 417 ~ 26.38'%

%44.36
%29.26
%26.38

CMYK color model

#B97A6E color CMYK value is (0,34,41,27).

  • cyan value is 0.00%
  • magenta value is 34.05%
  • yellow value is 40.54%
  • key color value is 27.45%

CMYK: (0,34,41,27)
C0M34Y41K27 (0%, 34%, 41%, 27%)
(0.00 / 0.34 / 0.41 / 0.27)

CMYK percentages

%0
%34.05
%40.54
%27.45

Codes

Color #B97A6E in popluar color models

B9 7A 6E
RGB 185 122 110
HSL 10° 34.88% 57.84%
HSB/HSV 10° 40.54% 72.55%
CMYK 0.00% 34.05% 40.54%
27.45%

Color #B97A6E in popluar number systems.

HEX B9 7A 6E
Decimal 185 122 110
Binary 10111001 1111010 1101110
Octal 271 172 156

Shades and tints

Shades of #B97A6E

#B97A6E
(185,122,110)
#A96F64
(169,111,100)
#99645A
(153,100,90)
#895950
(137,89,80)
#794E46
(121,78,70)
#69433C
(105,67,60)
#593832
(89,56,50)
#492D28
(73,45,40)
#39221E
(57,34,30)
#291714
(41,23,20)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #B97A6E

#B97A6E
(185,122,110)
#BF867B
(191,134,123)
#C59288
(197,146,136)
#CB9E95
(203,158,149)
#D1AAA2
(209,170,162)
#D7B6AF
(215,182,175)
#DDC2BC
(221,194,188)
#E3CEC9
(227,206,201)
#E9DAD6
(233,218,214)
#EFE6E3
(239,230,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97A6E color. Also use rgb(185,122,110) instead hex code.

Text Font Color

.myTextColor { color: #B97A6E; }

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

This text font color is #B97A6E.

Background Color

.myBgColor { background-color: #B97A6E; }

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

This div background color is #B97A6E.

Border color

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

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

This div border color is #B97A6E.

Opacity

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

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

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

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

This text has shadow with #B97A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97A6E.

Preview

Color preview on black background

This text has color #B97A6E on black background.


Color preview on white background

This text has color #B97A6E on white background.


Black color preview on #B97A6E background

This text has black color on #B97A6E background.


White color preview on #B97A6E background

This text has white color on #B97A6E background.


Related colors

Complementary color

Complementary color for #hex is #468591.


I love getcolorcode.com

Triadic colors

1 #6EB97A and #7A6EB9 with #B97A6E are triadic colors.

2 #6E7AB9 and #7AB96E with #B97A6E are triadic colors.