COLOR #B198A2

HEX: #B198A2 RGB: (177,152,162)

Color info

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

RGB color model

#B198A2 color RGB value is (177,152,162).

RGB: (177,152,162) (69%, 60%, 64%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 162 of 255 = 64%

177
152
162

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

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 162 = 491 (100%)
R 177 of 491 ~ 36.05%
G 152 of 491 ~ 30.96%
B 162 of 491 ~ 32.99'%

%36.05
%30.96
%32.99

CMYK color model

#B198A2 color CMYK value is (0,14,8,31).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 8.47%
  • key color value is 30.59%
CMYK: (0,14,8,31) C0M14Y8K31 (0%,14%,8%,31%) (0.00/0.14/0.08/0.31) 

CMYK percentages

%0
%14.12
%8.47
%30.59

Codes

Color #B198A2 in popluar color models

B1 98 A2
RGB 177 152 162
HSL 336° 13.81% 64.51%
HSB/HSV 336° 14.12% 69.41%
CMYK 0.00% 14.12% 8.47%
30.59%

Color #B198A2 in popluar number systems.

HEX B1 98 A2
Decimal 177 152 162
Binary 10110001 10011000 10100010
Octal 261 230 242

Shades and tints

Shades of #B198A2

#B198A2
(177,152,162)
#A18B94
(161,139,148)
#917E86
(145,126,134)
#817178
(129,113,120)
#71646A
(113,100,106)
#61575C
(97,87,92)
#514A4E
(81,74,78)
#413D40
(65,61,64)
#313032
(49,48,50)
#212324
(33,35,36)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #B198A2

#B198A2
(177,152,162)
#B8A1AA
(184,161,170)
#BFAAB2
(191,170,178)
#C6B3BA
(198,179,186)
#CDBCC2
(205,188,194)
#D4C5CA
(212,197,202)
#DBCED2
(219,206,210)
#E2D7DA
(226,215,218)
#E9E0E2
(233,224,226)
#F0E9EA
(240,233,234)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B198A2 color. Also use rgb(177,152,162) instead hex code.

Text Font Color

.myTextColor { color: #B198A2; }

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

This text font color is #B198A2.

Background Color

.myBgColor { background-color: #B198A2; }

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

This div background color is #B198A2.

Border color

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

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

This div border color is #B198A2.

Opacity

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

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

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

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

This text has shadow with #B198A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B198A2.

Preview

Color preview on black background

This text has color #B198A2 on black background.


Color preview on white background

This text has color #B198A2 on white background.


Black color preview on #B198A2 background

This text has black color on #B198A2 background.


White color preview on #B198A2 background

This text has white color on #B198A2 background.


Related colors

Complementary color

Complementary color for #hex is #4E675D.


I love getcolorcode.com

Triadic colors

1 #A2B198 and #98A2B1 with #B198A2 are triadic colors.

2 #A298B1 and #98B1A2 with #B198A2 are triadic colors.