COLOR #B88498

HEX: #B88498 RGB: (184,132,152)

Color info

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

RGB color model

#B88498 color RGB value is (184,132,152).

RGB: (184,132,152) (72%, 52%, 60%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 152 of 255 = 60%

184
132
152

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

Portions of RGB colors in percentages

R + G + B = 184 + 132 + 152 = 468 (100%)
R 184 of 468 ~ 39.32%
G 132 of 468 ~ 28.21%
B 152 of 468 ~ 32.48'%

%39.32
%28.21
%32.48

CMYK color model

#B88498 color CMYK value is (0,28,17,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 17.39%
  • key color value is 27.84%

CMYK: (0,28,17,28)
C0M28Y17K28 (0%, 28%, 17%, 28%)
(0.00 / 0.28 / 0.17 / 0.28)

CMYK percentages

%0
%28.26
%17.39
%27.84

Codes

Color #B88498 in popluar color models

B8 84 98
RGB 184 132 152
HSL 337° 26.80% 61.96%
HSB/HSV 337° 28.26% 72.16%
CMYK 0.00% 28.26% 17.39%
27.84%

Color #B88498 in popluar number systems.

HEX B8 84 98
Decimal 184 132 152
Binary 10111000 10000100 10011000
Octal 270 204 230

Shades and tints

Shades of #B88498

#B88498
(184,132,152)
#A8788B
(168,120,139)
#986C7E
(152,108,126)
#886071
(136,96,113)
#785464
(120,84,100)
#684857
(104,72,87)
#583C4A
(88,60,74)
#48303D
(72,48,61)
#382430
(56,36,48)
#281823
(40,24,35)
#180C16
(24,12,22)
#000000
(0,0,0)

Tints of #B88498

#B88498
(184,132,152)
#BE8FA1
(190,143,161)
#C49AAA
(196,154,170)
#CAA5B3
(202,165,179)
#D0B0BC
(208,176,188)
#D6BBC5
(214,187,197)
#DCC6CE
(220,198,206)
#E2D1D7
(226,209,215)
#E8DCE0
(232,220,224)
#EEE7E9
(238,231,233)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88498 color. Also use rgb(184,132,152) instead hex code.

Text Font Color

.myTextColor { color: #B88498; }

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

This text font color is #B88498.

Background Color

.myBgColor { background-color: #B88498; }

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

This div background color is #B88498.

Border color

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

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

This div border color is #B88498.

Opacity

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

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

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

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

This text has shadow with #B88498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88498.

Preview

Color preview on black background

This text has color #B88498 on black background.


Color preview on white background

This text has color #B88498 on white background.


Black color preview on #B88498 background

This text has black color on #B88498 background.


White color preview on #B88498 background

This text has white color on #B88498 background.


Related colors

Complementary color

Complementary color for #hex is #477B67.


I love getcolorcode.com

Triadic colors

1 #98B884 and #8498B8 with #B88498 are triadic colors.

2 #9884B8 and #84B898 with #B88498 are triadic colors.