COLOR #B4817D

HEX: #B4817D RGB: (180,129,125)

Color info

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

RGB color model

#B4817D color RGB value is (180,129,125).

RGB: (180,129,125) (71%, 51%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 125 of 255 = 49%

180
129
125

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

Portions of RGB colors in percentages

R + G + B = 180 + 129 + 125 = 434 (100%)
R 180 of 434 ~ 41.47%
G 129 of 434 ~ 29.72%
B 125 of 434 ~ 28.8'%

%41.47
%29.72
%28.8

CMYK color model

#B4817D color CMYK value is (0,28,31,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 30.56%
  • key color value is 29.41%

CMYK: (0,28,31,29)
C0M28Y31K29 (0%, 28%, 31%, 29%)
(0.00 / 0.28 / 0.31 / 0.29)

CMYK percentages

%0
%28.33
%30.56
%29.41

Codes

Color #B4817D in popluar color models

B4 81 7D
RGB 180 129 125
HSL 26.83% 59.80%
HSB/HSV 30.56% 70.59%
CMYK 0.00% 28.33% 30.56%
29.41%

Color #B4817D in popluar number systems.

HEX B4 81 7D
Decimal 180 129 125
Binary 10110100 10000001 1111101
Octal 264 201 175

Shades and tints

Shades of #B4817D

#B4817D
(180,129,125)
#A47672
(164,118,114)
#946B67
(148,107,103)
#84605C
(132,96,92)
#745551
(116,85,81)
#644A46
(100,74,70)
#543F3B
(84,63,59)
#443430
(68,52,48)
#342925
(52,41,37)
#241E1A
(36,30,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B4817D

#B4817D
(180,129,125)
#BA8C88
(186,140,136)
#C09793
(192,151,147)
#C6A29E
(198,162,158)
#CCADA9
(204,173,169)
#D2B8B4
(210,184,180)
#D8C3BF
(216,195,191)
#DECECA
(222,206,202)
#E4D9D5
(228,217,213)
#EAE4E0
(234,228,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4817D color. Also use rgb(180,129,125) instead hex code.

Text Font Color

.myTextColor { color: #B4817D; }

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

This text font color is #B4817D.

Background Color

.myBgColor { background-color: #B4817D; }

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

This div background color is #B4817D.

Border color

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

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

This div border color is #B4817D.

Opacity

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

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

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

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

This text has shadow with #B4817D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4817D.

Preview

Color preview on black background

This text has color #B4817D on black background.


Color preview on white background

This text has color #B4817D on white background.


Black color preview on #B4817D background

This text has black color on #B4817D background.


White color preview on #B4817D background

This text has white color on #B4817D background.


Related colors

Complementary color

Complementary color for #hex is #4B7E82.


I love getcolorcode.com

Triadic colors

1 #7DB481 and #817DB4 with #B4817D are triadic colors.

2 #7D81B4 and #81B47D with #B4817D are triadic colors.