#B19FA5

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

Shades of Shady Lady #B19FA5

Tints of Shady Lady #B19FA5

Color information

#B19FA5 (or 0xB19FA5) is unknown color: approx Shady Lady. HEX triplet: B1, 9F and A5. RGB value is (177,159,165). Sum of RGB (Red+Green+Blue) = 177+159+165=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA5 is #4E605A. Grayscale: #A5A5A5. Windows color (decimal): -5136475 or 10854321. OLE color: 10854321.

HSL color Cylindrical-coordinate representation of color #B19FA5: hue angle of 340º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA5 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177159165-
CMYK00.100.070.31
HSL340º10.34%65.88%-
HSV(B)340º10.17%69.41%-
XYZ37.3236.8640.74-
YUV165.07127.96136.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=35.33%
G=31.74%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715916500.100.070.3134010.3465.88
HexB19FA50A71F154a42
Octal26123724501273752412102
Binary101100011001111110100101010101111111110101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FA5; }

 p { color: rgb(177,159,165); }

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

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

 a { background-color: rgb(177,159,165); }

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

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

 span { border-color: rgb(177,159,165); }

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