#B19AA3

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

Shades of Shady Lady #B19AA3

Tints of Shady Lady #B19AA3

Color information

#B19AA3 (or 0xB19AA3) is unknown color: approx Shady Lady. HEX triplet: B1, 9A and A3. RGB value is (177,154,163). Sum of RGB (Red+Green+Blue) = 177+154+163=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AA3 is #4E655C. Grayscale: #A1A1A1. Windows color (decimal): -5137757 or 10721969. OLE color: 10721969.

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

Color convert

RGB177154163-
CMYK00.130.080.31
HSL336.52º12.85%64.9%-
HSV(B)336.52º12.99%69.41%-
XYZ36.335.139.51-
YUV161.9128.62138.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=35.83%
G=31.17%
B=33.00%

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
Decimal17715416300.130.080.31336.5212.8564.9
HexB19AA30D81F151d41
Octal261232243015103752115101
Binary1011000110011010101000110110110001111110101000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AA3; }

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

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

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

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

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

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

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

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