COLOR #B4729D

HEX: #B4729D RGB: (180,114,157)

Color info

#B4729D contains mainly red and blue colors. Web safe color of #B4729D is #CC6699 (or #C69).

RGB color model

#B4729D color RGB value is (180,114,157).

RGB: (180,114,157) (71%, 45%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 114 of 255 = 45%
B 157 of 255 = 62%

180
114
157

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

Portions of RGB colors in percentages

R + G + B = 180 + 114 + 157 = 451 (100%)
R 180 of 451 ~ 39.91%
G 114 of 451 ~ 25.28%
B 157 of 451 ~ 34.81'%

%39.91
%25.28
%34.81

CMYK color model

#B4729D color CMYK value is (0,37,13,29).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (0,37,13,29) C0M37Y13K29 (0%,37%,13%,29%) (0.00/0.37/0.13/0.29) 

CMYK percentages

%0
%36.67
%12.78
%29.41

Codes

Color #B4729D in popluar color models

B4 72 9D
RGB 180 114 157
HSL 321° 30.56% 57.65%
HSB/HSV 321° 36.67% 70.59%
CMYK 0.00% 36.67% 12.78%
29.41%

Color #B4729D in popluar number systems.

HEX B4 72 9D
Decimal 180 114 157
Binary 10110100 1110010 10011101
Octal 264 162 235

Shades and tints

Shades of #B4729D

#B4729D
(180,114,157)
#A4688F
(164,104,143)
#945E81
(148,94,129)
#845473
(132,84,115)
#744A65
(116,74,101)
#644057
(100,64,87)
#543649
(84,54,73)
#442C3B
(68,44,59)
#34222D
(52,34,45)
#24181F
(36,24,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #B4729D

#B4729D
(180,114,157)
#BA7EA5
(186,126,165)
#C08AAD
(192,138,173)
#C696B5
(198,150,181)
#CCA2BD
(204,162,189)
#D2AEC5
(210,174,197)
#D8BACD
(216,186,205)
#DEC6D5
(222,198,213)
#E4D2DD
(228,210,221)
#EADEE5
(234,222,229)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4729D color. Also use rgb(180,114,157) instead hex code.

Text Font Color

.myTextColor { color: #B4729D; }

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

This text font color is #B4729D.

Background Color

.myBgColor { background-color: #B4729D; }

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

This div background color is #B4729D.

Border color

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

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

This div border color is #B4729D.

Opacity

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

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

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

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

This text has shadow with #B4729D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4729D.

Preview

Color preview on black background

This text has color #B4729D on black background.


Color preview on white background

This text has color #B4729D on white background.


Black color preview on #B4729D background

This text has black color on #B4729D background.


White color preview on #B4729D background

This text has white color on #B4729D background.


Related colors

Complementary color

Complementary color for #hex is #4B8D62.


I love getcolorcode.com

Triadic colors

1 #9DB472 and #729DB4 with #B4729D are triadic colors.

2 #9D72B4 and #72B49D with #B4729D are triadic colors.