#B19AA6

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

Shades of Shady Lady #B19AA6

Tints of Shady Lady #B19AA6

Color information

#B19AA6 (or 0xB19AA6) is unknown color: approx Shady Lady. HEX triplet: B1, 9A and A6. RGB value is (177,154,166). Sum of RGB (Red+Green+Blue) = 177+154+166=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AA6 is #4E6559. Grayscale: #A2A2A2. Windows color (decimal): -5137754 or 10918577. OLE color: 10918577.

HSL color Cylindrical-coordinate representation of color #B19AA6: hue angle of 328.7º 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 #B19AA6 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177154166-
CMYK00.130.060.31
HSL328.7º12.85%64.9%-
HSV(B)328.7º12.99%69.41%-
XYZ36.5735.2140.95-
YUV162.24130.12138.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=35.61%
G=30.99%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715416600.130.060.31328.712.8564.9
HexB19AA60D61F149d41
Octal26123224601563751115101
Binary101100011001101010100110011011101111110100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AA6; }

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

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

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

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

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

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

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

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