COLOR #B4828E

HEX: #B4828E
RGB: (180,130,142)

Color info

#B4828E contains red, green and blue colors in about the same proportion. Web safe color of #B4828E is #CC9999 (or #C99).

RGB color model

#B4828E color RGB value is (180,130,142).

  • red value is 180;
  • green value is 130;
  • blue value is 142.
RGB:
(180,130,142)
(71%,51%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 142 of 255 = 56%

180
130
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 142 = 452 (100%)
R 180 of 452 ~ 39.82%
G 130 of 452 ~ 28.76%
B 142 of 452 ~ 31.42%

%39.82
%28.76
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,28,21,29)
C0M28Y21K29 
(0%,28%,21%,29%)
(0.00/0.28/0.21/0.29)	

CMYK percentages

%0
%27.78
%21.11
%29.41

Codes

Color #B4828E in popluar color models

B4828E
RGB180130142
HSL346°25.00%60.78%
HSB/HSV346°27.78%70.59%
CMYK0.00%27.78%21.11%
29.41%

Color #B4828E in popluar number systems.

HEXB4828E
Decimal180130142
Binary101101001000001010001110
Octal264202216

Shades and tints

Shades of #B4828E

#B4828E
(180,130,142)
#A47782
(164,119,130)
#946C76
(148,108,118)
#84616A
(132,97,106)
#74565E
(116,86,94)
#644B52
(100,75,82)
#544046
(84,64,70)
#44353A
(68,53,58)
#342A2E
(52,42,46)
#241F22
(36,31,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #B4828E

#B4828E
(180,130,142)
#BA8D98
(186,141,152)
#C098A2
(192,152,162)
#C6A3AC
(198,163,172)
#CCAEB6
(204,174,182)
#D2B9C0
(210,185,192)
#D8C4CA
(216,196,202)
#DECFD4
(222,207,212)
#E4DADE
(228,218,222)
#EAE5E8
(234,229,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4828E; }

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

This text font color is #B4828E.


Background Color

.myBgColor { background-color: #B4828E; }

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

This div background color is #B4828E.


Border color

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

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

This div border color is #B4828E.


Opacity

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

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

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

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

This text has shadow with #B4828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4828E on black background.


Color preview on white background

This text has color #B4828E on white background.



Black color preview on #B4828E background

This text has black color on #B4828E background.


White color preview on #B4828E background

This text has white color on #B4828E background.