COLOR #B5976E

HEX: #B5976E RGB: (181,151,110)

Color info

#B5976E contains mainly red and green colors. Web safe color of #B5976E is #CC9966 (or #C96).

RGB color model

#B5976E color RGB value is (181,151,110).

RGB: (181,151,110) (71%, 59%, 43%)

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 110 of 255 = 43%

181
151
110

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

Portions of RGB colors in percentages

R + G + B = 181 + 151 + 110 = 442 (100%)
R 181 of 442 ~ 40.95%
G 151 of 442 ~ 34.16%
B 110 of 442 ~ 24.89'%

%40.95
%34.16
%24.89

CMYK color model

#B5976E color CMYK value is (0,17,39,29).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK: (0,17,39,29) C0M17Y39K29 (0%,17%,39%,29%) (0.00/0.17/0.39/0.29) 

CMYK percentages

%0
%16.57
%39.23
%29.02

Codes

Color #B5976E in popluar color models

B5 97 6E
RGB 181 151 110
HSL 35° 32.42% 57.06%
HSB/HSV 35° 39.23% 70.98%
CMYK 0.00% 16.57% 39.23%
29.02%

Color #B5976E in popluar number systems.

HEX B5 97 6E
Decimal 181 151 110
Binary 10110101 10010111 1101110
Octal 265 227 156

Shades and tints

Shades of #B5976E

#B5976E
(181,151,110)
#A58A64
(165,138,100)
#957D5A
(149,125,90)
#857050
(133,112,80)
#756346
(117,99,70)
#65563C
(101,86,60)
#554932
(85,73,50)
#453C28
(69,60,40)
#352F1E
(53,47,30)
#252214
(37,34,20)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #B5976E

#B5976E
(181,151,110)
#BBA07B
(187,160,123)
#C1A988
(193,169,136)
#C7B295
(199,178,149)
#CDBBA2
(205,187,162)
#D3C4AF
(211,196,175)
#D9CDBC
(217,205,188)
#DFD6C9
(223,214,201)
#E5DFD6
(229,223,214)
#EBE8E3
(235,232,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5976E color. Also use rgb(181,151,110) instead hex code.

Text Font Color

.myTextColor { color: #B5976E; }

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

This text font color is #B5976E.

Background Color

.myBgColor { background-color: #B5976E; }

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

This div background color is #B5976E.

Border color

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

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

This div border color is #B5976E.

Opacity

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

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

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

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

This text has shadow with #B5976E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5976E.

Preview

Color preview on black background

This text has color #B5976E on black background.


Color preview on white background

This text has color #B5976E on white background.


Black color preview on #B5976E background

This text has black color on #B5976E background.


White color preview on #B5976E background

This text has white color on #B5976E background.


Related colors

Complementary color

Complementary color for #hex is #4A6891.


I love getcolorcode.com

Triadic colors

1 #6EB597 and #976EB5 with #B5976E are triadic colors.

2 #6E97B5 and #97B56E with #B5976E are triadic colors.