COLOR #B88195

HEX: #B88195 RGB: (184,129,149)

Color info

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

RGB color model

#B88195 color RGB value is (184,129,149).

RGB: (184,129,149) (72%, 51%, 58%)

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 149 of 255 = 58%

184
129
149

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

Portions of RGB colors in percentages

R + G + B = 184 + 129 + 149 = 462 (100%)
R 184 of 462 ~ 39.83%
G 129 of 462 ~ 27.92%
B 149 of 462 ~ 32.25'%

%39.83
%27.92
%32.25

CMYK color model

#B88195 color CMYK value is (0,30,19,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 19.02%
  • key color value is 27.84%

CMYK: (0,30,19,28)
C0M30Y19K28 (0%, 30%, 19%, 28%)
(0.00 / 0.30 / 0.19 / 0.28)

CMYK percentages

%0
%29.89
%19.02
%27.84

Codes

Color #B88195 in popluar color models

B8 81 95
RGB 184 129 149
HSL 338° 27.92% 61.37%
HSB/HSV 338° 29.89% 72.16%
CMYK 0.00% 29.89% 19.02%
27.84%

Color #B88195 in popluar number systems.

HEX B8 81 95
Decimal 184 129 149
Binary 10111000 10000001 10010101
Octal 270 201 225

Shades and tints

Shades of #B88195

#B88195
(184,129,149)
#A87688
(168,118,136)
#986B7B
(152,107,123)
#88606E
(136,96,110)
#785561
(120,85,97)
#684A54
(104,74,84)
#583F47
(88,63,71)
#48343A
(72,52,58)
#38292D
(56,41,45)
#281E20
(40,30,32)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #B88195

#B88195
(184,129,149)
#BE8C9E
(190,140,158)
#C497A7
(196,151,167)
#CAA2B0
(202,162,176)
#D0ADB9
(208,173,185)
#D6B8C2
(214,184,194)
#DCC3CB
(220,195,203)
#E2CED4
(226,206,212)
#E8D9DD
(232,217,221)
#EEE4E6
(238,228,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88195 color. Also use rgb(184,129,149) instead hex code.

Text Font Color

.myTextColor { color: #B88195; }

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

This text font color is #B88195.

Background Color

.myBgColor { background-color: #B88195; }

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

This div background color is #B88195.

Border color

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

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

This div border color is #B88195.

Opacity

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

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

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

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

This text has shadow with #B88195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88195.

Preview

Color preview on black background

This text has color #B88195 on black background.


Color preview on white background

This text has color #B88195 on white background.


Black color preview on #B88195 background

This text has black color on #B88195 background.


White color preview on #B88195 background

This text has white color on #B88195 background.


Related colors

Complementary color

Complementary color for #hex is #477E6A.


I love getcolorcode.com

Triadic colors

1 #95B881 and #8195B8 with #B88195 are triadic colors.

2 #9581B8 and #81B895 with #B88195 are triadic colors.