COLOR #B0727D

HEX: #B0727D RGB: (176,114,125)

Color info

#B0727D contains mainly red and blue colors. Web safe color of #B0727D is #996666 (or #966).

RGB color model

#B0727D color RGB value is (176,114,125).

RGB: (176,114,125) (69%, 45%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 114 of 255 = 45%
B 125 of 255 = 49%

176
114
125

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

Portions of RGB colors in percentages

R + G + B = 176 + 114 + 125 = 415 (100%)
R 176 of 415 ~ 42.41%
G 114 of 415 ~ 27.47%
B 125 of 415 ~ 30.12'%

%42.41
%27.47
%30.12

CMYK color model

#B0727D color CMYK value is (0,35,29,31).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 28.98%
  • key color value is 30.98%

CMYK: (0,35,29,31)
C0M35Y29K31 (0%, 35%, 29%, 31%)
(0.00 / 0.35 / 0.29 / 0.31)

CMYK percentages

%0
%35.23
%28.98
%30.98

Codes

Color #B0727D in popluar color models

B0 72 7D
RGB 176 114 125
HSL 349° 28.18% 56.86%
HSB/HSV 349° 35.23% 69.02%
CMYK 0.00% 35.23% 28.98%
30.98%

Color #B0727D in popluar number systems.

HEX B0 72 7D
Decimal 176 114 125
Binary 10110000 1110010 1111101
Octal 260 162 175

Shades and tints

Shades of #B0727D

#B0727D
(176,114,125)
#A06872
(160,104,114)
#905E67
(144,94,103)
#80545C
(128,84,92)
#704A51
(112,74,81)
#604046
(96,64,70)
#50363B
(80,54,59)
#402C30
(64,44,48)
#302225
(48,34,37)
#20181A
(32,24,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #B0727D

#B0727D
(176,114,125)
#B77E88
(183,126,136)
#BE8A93
(190,138,147)
#C5969E
(197,150,158)
#CCA2A9
(204,162,169)
#D3AEB4
(211,174,180)
#DABABF
(218,186,191)
#E1C6CA
(225,198,202)
#E8D2D5
(232,210,213)
#EFDEE0
(239,222,224)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0727D color. Also use rgb(176,114,125) instead hex code.

Text Font Color

.myTextColor { color: #B0727D; }

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

This text font color is #B0727D.

Background Color

.myBgColor { background-color: #B0727D; }

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

This div background color is #B0727D.

Border color

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

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

This div border color is #B0727D.

Opacity

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

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

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

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

This text has shadow with #B0727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0727D.

Preview

Color preview on black background

This text has color #B0727D on black background.


Color preview on white background

This text has color #B0727D on white background.


Black color preview on #B0727D background

This text has black color on #B0727D background.


White color preview on #B0727D background

This text has white color on #B0727D background.


Related colors

Complementary color

Complementary color for #hex is #4F8D82.


I love getcolorcode.com

Triadic colors

1 #7DB072 and #727DB0 with #B0727D are triadic colors.

2 #7D72B0 and #72B07D with #B0727D are triadic colors.