COLOR #B5917F

HEX: #B5917F
RGB: (181,145,127)

Color info

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

RGB color model

#B5917F color RGB value is (181,145,127).

  • red value is 181;
  • green value is 145;
  • blue value is 127.
RGB:
(181,145,127)
(71%,57%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 127 of 255 = 50%

181
145
127

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

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 127 = 453 (100%)
R 181 of 453 ~ 39.96%
G 145 of 453 ~ 32.01%
B 127 of 453 ~ 28.04%

%39.96
%32.01
%28.04

CMYK color model

#B5917F color CMYK value is (0,20,30,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(0,20,30,29)
C0M20Y30K29 
(0%,20%,30%,29%)
(0.00/0.20/0.30/0.29)	

CMYK percentages

%0
%19.89
%29.83
%29.02

Codes

Color #B5917F in popluar color models

B5917F
RGB181145127
HSL20°26.73%60.39%
HSB/HSV20°29.83%70.98%
CMYK0.00%19.89%29.83%
29.02%

Color #B5917F in popluar number systems.

HEXB5917F
Decimal181145127
Binary10110101100100011111111
Octal265221177

Shades and tints

Shades of #B5917F

#B5917F
(181,145,127)
#A58474
(165,132,116)
#957769
(149,119,105)
#856A5E
(133,106,94)
#755D53
(117,93,83)
#655048
(101,80,72)
#55433D
(85,67,61)
#453632
(69,54,50)
#352927
(53,41,39)
#251C1C
(37,28,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #B5917F

#B5917F
(181,145,127)
#BB9B8A
(187,155,138)
#C1A595
(193,165,149)
#C7AFA0
(199,175,160)
#CDB9AB
(205,185,171)
#D3C3B6
(211,195,182)
#D9CDC1
(217,205,193)
#DFD7CC
(223,215,204)
#E5E1D7
(229,225,215)
#EBEBE2
(235,235,226)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5917F; }

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

This text font color is #B5917F.


Background Color

.myBgColor { background-color: #B5917F; }

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

This div background color is #B5917F.


Border color

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

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

This div border color is #B5917F.


Opacity

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

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

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

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

This text has shadow with #B5917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5917F on black background.


Color preview on white background

This text has color #B5917F on white background.



Black color preview on #B5917F background

This text has black color on #B5917F background.


White color preview on #B5917F background

This text has white color on #B5917F background.