COLOR #B48798

HEX: #B48798 RGB: (180,135,152)

Color info

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

RGB color model

#B48798 color RGB value is (180,135,152).

RGB: (180,135,152) (71%, 53%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 152 of 255 = 60%

180
135
152

R + G + B ~ 61%. #B48798 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 135 + 152 = 467 (100%)
R 180 of 467 ~ 38.54%
G 135 of 467 ~ 28.91%
B 152 of 467 ~ 32.55'%

%38.54
%28.91
%32.55

CMYK color model

#B48798 color CMYK value is (0,25,16,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.56%
  • key color value is 29.41%

CMYK: (0,25,16,29)
C0M25Y16K29 (0%, 25%, 16%, 29%)
(0.00 / 0.25 / 0.16 / 0.29)

CMYK percentages

%0
%25
%15.56
%29.41

Codes

Color #B48798 in popluar color models

B4 87 98
RGB 180 135 152
HSL 337° 23.08% 61.76%
HSB/HSV 337° 25.00% 70.59%
CMYK 0.00% 25.00% 15.56%
29.41%

Color #B48798 in popluar number systems.

HEX B4 87 98
Decimal 180 135 152
Binary 10110100 10000111 10011000
Octal 264 207 230

Shades and tints

Shades of #B48798

#B48798
(180,135,152)
#A47B8B
(164,123,139)
#946F7E
(148,111,126)
#846371
(132,99,113)
#745764
(116,87,100)
#644B57
(100,75,87)
#543F4A
(84,63,74)
#44333D
(68,51,61)
#342730
(52,39,48)
#241B23
(36,27,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #B48798

#B48798
(180,135,152)
#BA91A1
(186,145,161)
#C09BAA
(192,155,170)
#C6A5B3
(198,165,179)
#CCAFBC
(204,175,188)
#D2B9C5
(210,185,197)
#D8C3CE
(216,195,206)
#DECDD7
(222,205,215)
#E4D7E0
(228,215,224)
#EAE1E9
(234,225,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48798 color. Also use rgb(180,135,152) instead hex code.

Text Font Color

.myTextColor { color: #B48798; }

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

This text font color is #B48798.

Background Color

.myBgColor { background-color: #B48798; }

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

This div background color is #B48798.

Border color

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

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

This div border color is #B48798.

Opacity

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

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

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

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

This text has shadow with #B48798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48798.

Preview

Color preview on black background

This text has color #B48798 on black background.


Color preview on white background

This text has color #B48798 on white background.


Black color preview on #B48798 background

This text has black color on #B48798 background.


White color preview on #B48798 background

This text has white color on #B48798 background.


Related colors

Complementary color

Complementary color for #hex is #4B7867.


I love getcolorcode.com

Triadic colors

1 #98B487 and #8798B4 with #B48798 are triadic colors.

2 #9887B4 and #87B498 with #B48798 are triadic colors.