COLOR #B5917D

HEX: #B5917D RGB: (181,145,125)

Color info

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

RGB color model

#B5917D color RGB value is (181,145,125).

RGB: (181,145,125) (71%, 57%, 49%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 125 of 255 = 49%

181
145
125

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

Portions of RGB colors in percentages

R + G + B = 181 + 145 + 125 = 451 (100%)
R 181 of 451 ~ 40.13%
G 145 of 451 ~ 32.15%
B 125 of 451 ~ 27.72'%

%40.13
%32.15
%27.72

CMYK color model

#B5917D color CMYK value is (0,20,31,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK: (0,20,31,29) C0M20Y31K29 (0%,20%,31%,29%) (0.00/0.20/0.31/0.29) 

CMYK percentages

%0
%19.89
%30.94
%29.02

Codes

Color #B5917D in popluar color models

B5 91 7D
RGB 181 145 125
HSL 21° 27.45% 60.00%
HSB/HSV 21° 30.94% 70.98%
CMYK 0.00% 19.89% 30.94%
29.02%

Color #B5917D in popluar number systems.

HEX B5 91 7D
Decimal 181 145 125
Binary 10110101 10010001 1111101
Octal 265 221 175

Shades and tints

Shades of #B5917D

#B5917D
(181,145,125)
#A58472
(165,132,114)
#957767
(149,119,103)
#856A5C
(133,106,92)
#755D51
(117,93,81)
#655046
(101,80,70)
#55433B
(85,67,59)
#453630
(69,54,48)
#352925
(53,41,37)
#251C1A
(37,28,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B5917D

#B5917D
(181,145,125)
#BB9B88
(187,155,136)
#C1A593
(193,165,147)
#C7AF9E
(199,175,158)
#CDB9A9
(205,185,169)
#D3C3B4
(211,195,180)
#D9CDBF
(217,205,191)
#DFD7CA
(223,215,202)
#E5E1D5
(229,225,213)
#EBEBE0
(235,235,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5917D color. Also use rgb(181,145,125) instead hex code.

Text Font Color

.myTextColor { color: #B5917D; }

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

This text font color is #B5917D.

Background Color

.myBgColor { background-color: #B5917D; }

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

This div background color is #B5917D.

Border color

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

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

This div border color is #B5917D.

Opacity

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

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

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

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

This text has shadow with #B5917D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5917D.

Preview

Color preview on black background

This text has color #B5917D on black background.


Color preview on white background

This text has color #B5917D on white background.


Black color preview on #B5917D background

This text has black color on #B5917D background.


White color preview on #B5917D background

This text has white color on #B5917D background.


Related colors

Complementary color

Complementary color for #hex is #4A6E82.


I love getcolorcode.com

Triadic colors

1 #7DB591 and #917DB5 with #B5917D are triadic colors.

2 #7D91B5 and #91B57D with #B5917D are triadic colors.