COLOR #B5907F

HEX: #B5907F
RGB: (181,144,127)

Color info

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

RGB color model

#B5907F color RGB value is (181,144,127).

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

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 127 of 255 = 50%

181
144
127

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 127 = 452 (100%)
R 181 of 452 ~ 40.04%
G 144 of 452 ~ 31.86%
B 127 of 452 ~ 28.1%

%40.04
%31.86
%28.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.44%
  • 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
%20.44
%29.83
%29.02

Codes

Color #B5907F in popluar color models

B5907F
RGB181144127
HSL19°26.73%60.39%
HSB/HSV19°29.83%70.98%
CMYK0.00%20.44%29.83%
29.02%

Color #B5907F in popluar number systems.

HEXB5907F
Decimal181144127
Binary10110101100100001111111
Octal265220177

Shades and tints

Shades of #B5907F

#B5907F
(181,144,127)
#A58374
(165,131,116)
#957669
(149,118,105)
#85695E
(133,105,94)
#755C53
(117,92,83)
#654F48
(101,79,72)
#55423D
(85,66,61)
#453532
(69,53,50)
#352827
(53,40,39)
#251B1C
(37,27,28)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #B5907F

#B5907F
(181,144,127)
#BB9A8A
(187,154,138)
#C1A495
(193,164,149)
#C7AEA0
(199,174,160)
#CDB8AB
(205,184,171)
#D3C2B6
(211,194,182)
#D9CCC1
(217,204,193)
#DFD6CC
(223,214,204)
#E5E0D7
(229,224,215)
#EBEAE2
(235,234,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5907F; }

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

This text font color is #B5907F.


Background Color

.myBgColor { background-color: #B5907F; }

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

This div background color is #B5907F.


Border color

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

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

This div border color is #B5907F.


Opacity

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

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

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

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

This text has shadow with #B5907F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5907F on black background.


Color preview on white background

This text has color #B5907F on white background.



Black color preview on #B5907F background

This text has black color on #B5907F background.


White color preview on #B5907F background

This text has white color on #B5907F background.