COLOR #B4808E

HEX: #B4808E RGB: (180,128,142)

Color info

#B4808E contains red, green and blue colors in about the same proportion. Web safe color of #B4808E is #CC6699 (or #C69).

RGB color model

#B4808E color RGB value is (180,128,142).

RGB: (180,128,142) (71%, 50%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 142 of 255 = 56%

180
128
142

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

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 142 = 450 (100%)
R 180 of 450 ~ 40%
G 128 of 450 ~ 28.44%
B 142 of 450 ~ 31.56'%

%40
%28.44
%31.56

CMYK color model

#B4808E color CMYK value is (0,29,21,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 21.11%
  • key color value is 29.41%

CMYK: (0,29,21,29)
C0M29Y21K29 (0%, 29%, 21%, 29%)
(0.00 / 0.29 / 0.21 / 0.29)

CMYK percentages

%0
%28.89
%21.11
%29.41

Codes

Color #B4808E in popluar color models

B4 80 8E
RGB 180 128 142
HSL 344° 25.74% 60.39%
HSB/HSV 344° 28.89% 70.59%
CMYK 0.00% 28.89% 21.11%
29.41%

Color #B4808E in popluar number systems.

HEX B4 80 8E
Decimal 180 128 142
Binary 10110100 10000000 10001110
Octal 264 200 216

Shades and tints

Shades of #B4808E

#B4808E
(180,128,142)
#A47582
(164,117,130)
#946A76
(148,106,118)
#845F6A
(132,95,106)
#74545E
(116,84,94)
#644952
(100,73,82)
#543E46
(84,62,70)
#44333A
(68,51,58)
#34282E
(52,40,46)
#241D22
(36,29,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #B4808E

#B4808E
(180,128,142)
#BA8B98
(186,139,152)
#C096A2
(192,150,162)
#C6A1AC
(198,161,172)
#CCACB6
(204,172,182)
#D2B7C0
(210,183,192)
#D8C2CA
(216,194,202)
#DECDD4
(222,205,212)
#E4D8DE
(228,216,222)
#EAE3E8
(234,227,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4808E; }

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

This text font color is #B4808E.

Background Color

.myBgColor { background-color: #B4808E; }

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

This div background color is #B4808E.

Border color

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

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

This div border color is #B4808E.

Opacity

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

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

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

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

This text has shadow with #B4808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4808E.

Preview

Color preview on black background

This text has color #B4808E on black background.


Color preview on white background

This text has color #B4808E on white background.


Black color preview on #B4808E background

This text has black color on #B4808E background.


White color preview on #B4808E background

This text has white color on #B4808E background.


Related colors

Complementary color

Complementary color for #hex is #4B7F71.


I love getcolorcode.com

Triadic colors

1 #8EB480 and #808EB4 with #B4808E are triadic colors.

2 #8E80B4 and #80B48E with #B4808E are triadic colors.