COLOR #B5726F

HEX: #B5726F
RGB: (181,114,111)

Color info

#B5726F contains mainly red color. Web safe color of #B5726F is #CC6666 (or #C66).

RGB color model

#B5726F color RGB value is (181,114,111).

  • red value is 181;
  • green value is 114;
  • blue value is 111.
RGB:
(181,114,111)
(71%,45%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 114 of 255 = 45%
B 111 of 255 = 44%

181
114
111

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

Portions of RGB colors in percentages

R + G + B =
181 + 114 + 111 = 406 (100%)
R 181 of 406 ~ 44.58%
G 114 of 406 ~ 28.08%
B 111 of 406 ~ 27.34%

%44.58
%28.08
%27.34

CMYK color model

#B5726F color CMYK value is (0,37,39,29).

  • cyan value is 0.00%
  • magenta value is 37.02%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK:
(0,37,39,29)
C0M37Y39K29 
(0%,37%,39%,29%)
(0.00/0.37/0.39/0.29)	

CMYK percentages

%0
%37.02
%38.67
%29.02

Codes

Color #B5726F in popluar color models

B5726F
RGB181114111
HSL32.11%57.25%
HSB/HSV38.67%70.98%
CMYK0.00%37.02%38.67%
29.02%

Color #B5726F in popluar number systems.

HEXB5726F
Decimal181114111
Binary1011010111100101101111
Octal265162157

Shades and tints

Shades of #B5726F

#B5726F
(181,114,111)
#A56865
(165,104,101)
#955E5B
(149,94,91)
#855451
(133,84,81)
#754A47
(117,74,71)
#65403D
(101,64,61)
#553633
(85,54,51)
#452C29
(69,44,41)
#35221F
(53,34,31)
#251815
(37,24,21)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #B5726F

#B5726F
(181,114,111)
#BB7E7C
(187,126,124)
#C18A89
(193,138,137)
#C79696
(199,150,150)
#CDA2A3
(205,162,163)
#D3AEB0
(211,174,176)
#D9BABD
(217,186,189)
#DFC6CA
(223,198,202)
#E5D2D7
(229,210,215)
#EBDEE4
(235,222,228)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5726F color. Also use rgb(181,114,111) instead hex code.

Text Font Color

.myTextColor { color: #B5726F; }

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

This text font color is #B5726F.


Background Color

.myBgColor { background-color: #B5726F; }

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

This div background color is #B5726F.


Border color

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

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

This div border color is #B5726F.


Opacity

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

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

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

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

This text has shadow with #B5726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5726F on black background.


Color preview on white background

This text has color #B5726F on white background.



Black color preview on #B5726F background

This text has black color on #B5726F background.


White color preview on #B5726F background

This text has white color on #B5726F background.