COLOR #B4848D

HEX: #B4848D
RGB: (180,132,141)

Color info

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

RGB color model

#B4848D color RGB value is (180,132,141).

  • red value is 180;
  • green value is 132;
  • blue value is 141.
RGB:
(180,132,141)
(71%,52%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 141 of 255 = 55%

180
132
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 141 = 453 (100%)
R 180 of 453 ~ 39.74%
G 132 of 453 ~ 29.14%
B 141 of 453 ~ 31.13%

%39.74
%29.14
%31.13

CMYK color model

#B4848D color CMYK value is (0,27,22,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(0,27,22,29)
C0M27Y22K29 
(0%,27%,22%,29%)
(0.00/0.27/0.22/0.29)	

CMYK percentages

%0
%26.67
%21.67
%29.41

Codes

Color #B4848D in popluar color models

B4848D
RGB180132141
HSL349°24.24%61.18%
HSB/HSV349°26.67%70.59%
CMYK0.00%26.67%21.67%
29.41%

Color #B4848D in popluar number systems.

HEXB4848D
Decimal180132141
Binary101101001000010010001101
Octal264204215

Shades and tints

Shades of #B4848D

#B4848D
(180,132,141)
#A47881
(164,120,129)
#946C75
(148,108,117)
#846069
(132,96,105)
#74545D
(116,84,93)
#644851
(100,72,81)
#543C45
(84,60,69)
#443039
(68,48,57)
#34242D
(52,36,45)
#241821
(36,24,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #B4848D

#B4848D
(180,132,141)
#BA8F97
(186,143,151)
#C09AA1
(192,154,161)
#C6A5AB
(198,165,171)
#CCB0B5
(204,176,181)
#D2BBBF
(210,187,191)
#D8C6C9
(216,198,201)
#DED1D3
(222,209,211)
#E4DCDD
(228,220,221)
#EAE7E7
(234,231,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4848D color. Also use rgb(180,132,141) instead hex code.

Text Font Color

.myTextColor { color: #B4848D; }

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

This text font color is #B4848D.


Background Color

.myBgColor { background-color: #B4848D; }

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

This div background color is #B4848D.


Border color

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

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

This div border color is #B4848D.


Opacity

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

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

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

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

This text has shadow with #B4848D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4848D on black background.


Color preview on white background

This text has color #B4848D on white background.



Black color preview on #B4848D background

This text has black color on #B4848D background.


White color preview on #B4848D background

This text has white color on #B4848D background.