#B09FA5

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

Shades of Shady Lady #B09FA5

Tints of Shady Lady #B09FA5

Color information

#B09FA5 (or 0xB09FA5) is unknown color: approx Shady Lady. HEX triplet: B0, 9F and A5. RGB value is (176,159,165). Sum of RGB (Red+Green+Blue) = 176+159+165=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA5 is #4F605A. Grayscale: #A4A4A4. Windows color (decimal): -5202011 or 10854320. OLE color: 10854320.

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

Color convert

RGB176159165-
CMYK00.100.060.31
HSL338.82º9.71%65.69%-
HSV(B)338.82º9.66%69.02%-
XYZ37.0936.7440.73-
YUV164.77128.13136.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 165 (64.84% from 255) = 33%
R=35.2%
G=31.8%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615916500.100.060.31338.829.7165.69
HexB09FA50A61F153a42
Octal26023724501263752312102
Binary101100001001111110100101010101101111110101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FA5; }

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

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

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

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

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

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

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

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