COLOR #B4807E

HEX: #B4807E RGB: (180,128,126)

Color info

#B4807E contains red, green and blue colors in about the same proportion. Web safe color of #B4807E is #CC6666 (or #C66).

RGB color model

#B4807E color RGB value is (180,128,126).

RGB: (180,128,126) (71%, 50%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 126 of 255 = 49%

180
128
126

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

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 126 = 434 (100%)
R 180 of 434 ~ 41.47%
G 128 of 434 ~ 29.49%
B 126 of 434 ~ 29.03'%

%41.47
%29.49
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK: (0,29,30,29) C0M29Y30K29 (0%,29%,30%,29%) (0.00/0.29/0.30/0.29) 

CMYK percentages

%0
%28.89
%30
%29.41

Codes

Color #B4807E in popluar color models

B4 80 7E
RGB 180 128 126
HSL 26.47% 60.00%
HSB/HSV 30.00% 70.59%
CMYK 0.00% 28.89% 30.00%
29.41%

Color #B4807E in popluar number systems.

HEX B4 80 7E
Decimal 180 128 126
Binary 10110100 10000000 1111110
Octal 264 200 176

Shades and tints

Shades of #B4807E

#B4807E
(180,128,126)
#A47573
(164,117,115)
#946A68
(148,106,104)
#845F5D
(132,95,93)
#745452
(116,84,82)
#644947
(100,73,71)
#543E3C
(84,62,60)
#443331
(68,51,49)
#342826
(52,40,38)
#241D1B
(36,29,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B4807E

#B4807E
(180,128,126)
#BA8B89
(186,139,137)
#C09694
(192,150,148)
#C6A19F
(198,161,159)
#CCACAA
(204,172,170)
#D2B7B5
(210,183,181)
#D8C2C0
(216,194,192)
#DECDCB
(222,205,203)
#E4D8D6
(228,216,214)
#EAE3E1
(234,227,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4807E color. Also use rgb(180,128,126) instead hex code.

Text Font Color

.myTextColor { color: #B4807E; }

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

This text font color is #B4807E.

Background Color

.myBgColor { background-color: #B4807E; }

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

This div background color is #B4807E.

Border color

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

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

This div border color is #B4807E.

Opacity

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

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

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

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

This text has shadow with #B4807E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4807E.

Preview

Color preview on black background

This text has color #B4807E on black background.


Color preview on white background

This text has color #B4807E on white background.


Black color preview on #B4807E background

This text has black color on #B4807E background.


White color preview on #B4807E background

This text has white color on #B4807E background.


Related colors

Complementary color

Complementary color for #hex is #4B7F81.


I love getcolorcode.com

Triadic colors

1 #7EB480 and #807EB4 with #B4807E are triadic colors.

2 #7E80B4 and #80B47E with #B4807E are triadic colors.