COLOR #B4848A

HEX: #B4848A
RGB: (180,132,138)

Color info

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

RGB color model

#B4848A color RGB value is (180,132,138).

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

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 138 of 255 = 54%

180
132
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 138 = 450 (100%)
R 180 of 450 ~ 40%
G 132 of 450 ~ 29.33%
B 138 of 450 ~ 30.67%

%40
%29.33
%30.67

CMYK color model

#B4848A color CMYK value is (0,27,23,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK: (0,27,23,29) C0M27Y23K29 (0%,27%,23%,29%) (0.00/0.27/0.23/0.29)

CMYK percentages

%0
%26.67
%23.33
%29.41

Codes

Color #B4848A in popluar color models

B4848A
RGB180132138
HSL353°24.24%61.18%
HSB/HSV353°26.67%70.59%
CMYK0.00%26.67%23.33%
29.41%

Color #B4848A in popluar number systems.

HEXB4848A
Decimal180132138
Binary101101001000010010001010
Octal264204212

Shades and tints

Shades of #B4848A

#B4848A
(180,132,138)
#A4787E
(164,120,126)
#946C72
(148,108,114)
#846066
(132,96,102)
#74545A
(116,84,90)
#64484E
(100,72,78)
#543C42
(84,60,66)
#443036
(68,48,54)
#34242A
(52,36,42)
#24181E
(36,24,30)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #B4848A

#B4848A
(180,132,138)
#BA8F94
(186,143,148)
#C09A9E
(192,154,158)
#C6A5A8
(198,165,168)
#CCB0B2
(204,176,178)
#D2BBBC
(210,187,188)
#D8C6C6
(216,198,198)
#DED1D0
(222,209,208)
#E4DCDA
(228,220,218)
#EAE7E4
(234,231,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4848A; }

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

This text font color is #B4848A.


Background Color

.myBgColor { background-color: #B4848A; }

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

This div background color is #B4848A.


Border color

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

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

This div border color is #B4848A.


Opacity

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

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

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

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

This text has shadow with #B4848A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4848A on black background.


Color preview on white background

This text has color #B4848A on white background.



Black color preview on #B4848A background

This text has black color on #B4848A background.


White color preview on #B4848A background

This text has white color on #B4848A background.