#B59FA7

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

Shades of Lily #B59FA7

Tints of Lily #B59FA7

Color information

#B59FA7 (or 0xB59FA7) is unknown color: approx Lily. HEX triplet: B5, 9F and A7. RGB value is (181,159,167). Sum of RGB (Red+Green+Blue) = 181+159+167=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA7 is #4A6058. Grayscale: #A6A6A6. Windows color (decimal): -4874329 or 10985397. OLE color: 10985397.

HSL color Cylindrical-coordinate representation of color #B59FA7: hue angle of 338.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B59FA7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB181159167-
CMYK00.120.080.29
HSL338.18º12.94%66.67%-
HSV(B)338.18º12.15%70.98%-
XYZ38.4337.4141.75-
YUV166.49128.29138.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.70%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=35.70%
G=31.36%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115916700.120.080.29338.1812.9466.67
HexB59FA70C81D152d43
Octal265237247014103552215103
Binary1011010110011111101001110110010001110110101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FA7; }

 p { color: rgb(181,159,167); }

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

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

 a { background-color: rgb(181,159,167); }

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

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

 span { border-color: rgb(181,159,167); }

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