#B09AA4

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

Shades of Shady Lady #B09AA4

Tints of Shady Lady #B09AA4

Color information

#B09AA4 (or 0xB09AA4) is unknown color: approx Shady Lady. HEX triplet: B0, 9A and A4. RGB value is (176,154,164). Sum of RGB (Red+Green+Blue) = 176+154+164=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AA4 is #4F655B. Grayscale: #A1A1A1. Windows color (decimal): -5203292 or 10787504. OLE color: 10787504.

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

Color convert

RGB176154164-
CMYK00.120.070.31
HSL332.73º12.22%64.71%-
HSV(B)332.73º12.5%69.02%-
XYZ36.1635.0239.98-
YUV161.72129.29138.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=35.63%
G=31.17%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615416400.120.070.31332.7312.2264.71
HexB09AA40C71F14dc41
Octal26023224401473751514101
Binary101100001001101010100100011001111111110100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AA4; }

 p { color: rgb(176,154,164); }

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

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

 a { background-color: rgb(176,154,164); }

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

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

 span { border-color: rgb(176,154,164); }

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