COLOR #B5937E

HEX: #B5937E RGB: (181,147,126)

Color info

#B5937E contains red, green and blue colors in about the same proportion. Web safe color of #B5937E is #CC9966 (or #C96).

RGB color model

#B5937E color RGB value is (181,147,126).

RGB: (181,147,126) (71%, 58%, 49%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 126 of 255 = 49%

181
147
126

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

Portions of RGB colors in percentages

R + G + B = 181 + 147 + 126 = 454 (100%)
R 181 of 454 ~ 39.87%
G 147 of 454 ~ 32.38%
B 126 of 454 ~ 27.75'%

%39.87
%32.38
%27.75

CMYK color model

#B5937E color CMYK value is (0,19,30,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 30.39%
  • key color value is 29.02%

CMYK: (0,19,30,29)
C0M19Y30K29 (0%, 19%, 30%, 29%)
(0.00 / 0.19 / 0.30 / 0.29)

CMYK percentages

%0
%18.78
%30.39
%29.02

Codes

Color #B5937E in popluar color models

B5 93 7E
RGB 181 147 126
HSL 23° 27.09% 60.20%
HSB/HSV 23° 30.39% 70.98%
CMYK 0.00% 18.78% 30.39%
29.02%

Color #B5937E in popluar number systems.

HEX B5 93 7E
Decimal 181 147 126
Binary 10110101 10010011 1111110
Octal 265 223 176

Shades and tints

Shades of #B5937E

#B5937E
(181,147,126)
#A58673
(165,134,115)
#957968
(149,121,104)
#856C5D
(133,108,93)
#755F52
(117,95,82)
#655247
(101,82,71)
#55453C
(85,69,60)
#453831
(69,56,49)
#352B26
(53,43,38)
#251E1B
(37,30,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #B5937E

#B5937E
(181,147,126)
#BB9C89
(187,156,137)
#C1A594
(193,165,148)
#C7AE9F
(199,174,159)
#CDB7AA
(205,183,170)
#D3C0B5
(211,192,181)
#D9C9C0
(217,201,192)
#DFD2CB
(223,210,203)
#E5DBD6
(229,219,214)
#EBE4E1
(235,228,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5937E color. Also use rgb(181,147,126) instead hex code.

Text Font Color

.myTextColor { color: #B5937E; }

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

This text font color is #B5937E.

Background Color

.myBgColor { background-color: #B5937E; }

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

This div background color is #B5937E.

Border color

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

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

This div border color is #B5937E.

Opacity

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

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

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

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

This text has shadow with #B5937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5937E.

Preview

Color preview on black background

This text has color #B5937E on black background.


Color preview on white background

This text has color #B5937E on white background.


Black color preview on #B5937E background

This text has black color on #B5937E background.


White color preview on #B5937E background

This text has white color on #B5937E background.


Related colors

Complementary color

Complementary color for #hex is #4A6C81.


I love getcolorcode.com

Triadic colors

1 #7EB593 and #937EB5 with #B5937E are triadic colors.

2 #7E93B5 and #93B57E with #B5937E are triadic colors.