#B59AAA

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

Shades of Lily #B59AAA

Tints of Lily #B59AAA

Color information

#B59AAA (or 0xB59AAA) is unknown color: approx Lily. HEX triplet: B5, 9A and AA. RGB value is (181,154,170). Sum of RGB (Red+Green+Blue) = 181+154+170=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAA is #4A6555. Grayscale: #A3A3A3. Windows color (decimal): -4875606 or 11180725. OLE color: 11180725.

HSL color Cylindrical-coordinate representation of color #B59AAA: hue angle of 324.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AAA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181154170-
CMYK00.150.060.29
HSL324.44º15.43%65.69%-
HSV(B)324.44º14.92%70.98%-
XYZ37.8735.8442.95-
YUV163.9131.45140.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=35.84%
G=30.50%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115417000.150.060.29324.4415.4365.69
HexB59AAA0F61D144f42
Octal26523225201763550417102
Binary101101011001101010101010011111101110110100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AAA; }

 p { color: rgb(181,154,170); }

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

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

 a { background-color: rgb(181,154,170); }

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

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

 span { border-color: rgb(181,154,170); }

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