COLOR #B199A1

HEX: #B199A1 RGB: (177,153,161)

Color info

#B199A1 contains red, green and blue colors in about the same proportion. Web safe color of #B199A1 is #999999 (or #999).

RGB color model

#B199A1 color RGB value is (177,153,161).

RGB: (177,153,161) (69%, 60%, 63%)

RGB channels and saturation

R 177 of 255 = 69%
G 153 of 255 = 60%
B 161 of 255 = 63%

177
153
161

R + G + B ~ 64%. #B199A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 153 + 161 = 491 (100%)
R 177 of 491 ~ 36.05%
G 153 of 491 ~ 31.16%
B 161 of 491 ~ 32.79'%

%36.05
%31.16
%32.79

CMYK color model

#B199A1 color CMYK value is (0,14,9,31).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 9.04%
  • key color value is 30.59%

CMYK: (0,14,9,31)
C0M14Y9K31 (0%, 14%, 9%, 31%)
(0.00 / 0.14 / 0.09 / 0.31)

CMYK percentages

%0
%13.56
%9.04
%30.59

Codes

Color #B199A1 in popluar color models

B1 99 A1
RGB 177 153 161
HSL 340° 13.33% 64.71%
HSB/HSV 340° 13.56% 69.41%
CMYK 0.00% 13.56% 9.04%
30.59%

Color #B199A1 in popluar number systems.

HEX B1 99 A1
Decimal 177 153 161
Binary 10110001 10011001 10100001
Octal 261 231 241

Shades and tints

Shades of #B199A1

#B199A1
(177,153,161)
#A18C93
(161,140,147)
#917F85
(145,127,133)
#817277
(129,114,119)
#716569
(113,101,105)
#61585B
(97,88,91)
#514B4D
(81,75,77)
#413E3F
(65,62,63)
#313131
(49,49,49)
#212423
(33,36,35)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B199A1

#B199A1
(177,153,161)
#B8A2A9
(184,162,169)
#BFABB1
(191,171,177)
#C6B4B9
(198,180,185)
#CDBDC1
(205,189,193)
#D4C6C9
(212,198,201)
#DBCFD1
(219,207,209)
#E2D8D9
(226,216,217)
#E9E1E1
(233,225,225)
#F0EAE9
(240,234,233)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B199A1 color. Also use rgb(177,153,161) instead hex code.

Text Font Color

.myTextColor { color: #B199A1; }

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

This text font color is #B199A1.

Background Color

.myBgColor { background-color: #B199A1; }

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

This div background color is #B199A1.

Border color

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

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

This div border color is #B199A1.

Opacity

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

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

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

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

This text has shadow with #B199A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B199A1.

Preview

Color preview on black background

This text has color #B199A1 on black background.


Color preview on white background

This text has color #B199A1 on white background.


Black color preview on #B199A1 background

This text has black color on #B199A1 background.


White color preview on #B199A1 background

This text has white color on #B199A1 background.


Related colors

Complementary color

Complementary color for #hex is #4E665E.


I love getcolorcode.com

Triadic colors

1 #A1B199 and #99A1B1 with #B199A1 are triadic colors.

2 #A199B1 and #99B1A1 with #B199A1 are triadic colors.