#B19AA2

Color #B19AA2 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B19AA2

Tints of Shady Lady #B19AA2

Color information

#B19AA2 (or 0xB19AA2) is unknown color: approx Shady Lady. HEX triplet: B1, 9A and A2. RGB value is (177,154,162). Sum of RGB (Red+Green+Blue) = 177+154+162=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AA2 is #4E655D. Grayscale: #A1A1A1. Windows color (decimal): -5137758 or 10656433. OLE color: 10656433.

HSL color Cylindrical-coordinate representation of color #B19AA2: hue angle of 339.13º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19AA2 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB177154162-
CMYK00.130.080.31
HSL339.13º12.85%64.9%-
HSV(B)339.13º12.99%69.41%-
XYZ36.2135.0739.04-
YUV161.79128.12138.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=35.90%
G=31.24%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715416200.130.080.31339.1312.8564.9
HexB19AA20D81F153d41
Octal261232242015103752315101
Binary1011000110011010101000100110110001111110101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AA2; }

 p { color: rgb(177,154,162); }

 H1.HeaderClassName
 {
   color: #B19AA2;
 }
 .AnyTagClassName
 {
   color: #B19AA2;
 }
</style>
background-color css

<style>
 a { background-color: #B19AA2; }

 a { background-color: rgb(177,154,162); }

 div.DivClassName
 {
   background-color: #B19AA2;
 }
 .BgClassName
 {
   background-color: #B19AA2;
 }
</style>
border-color css

<style>
 span { border-color: #B19AA2; }

 span { border-color: rgb(177,154,162); }

 td.TdClassName
 {
   border-color: #B19AA2;
 }
 .TagClassName
 {
   border-color: #B19AA2;
 }
</style>