#B59CA6

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

Shades of Lily #B59CA6

Tints of Lily #B59CA6

Color information

#B59CA6 (or 0xB59CA6) is unknown color: approx Lily. HEX triplet: B5, 9C and A6. RGB value is (181,156,166). Sum of RGB (Red+Green+Blue) = 181+156+166=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CA6 is #4A6359. Grayscale: #A4A4A4. Windows color (decimal): -4875098 or 10919093. OLE color: 10919093.

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

Color convert

RGB181156166-
CMYK00.140.080.29
HSL336º14.45%66.08%-
HSV(B)336º13.81%70.98%-
XYZ37.8336.3541.1-
YUV164.61128.78139.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=35.98%
G=31.01%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115616600.140.080.2933614.4566.08
HexB59CA60E81D150e42
Octal265234246016103552016102
Binary1011010110011100101001100111010001110110101000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CA6; }

 p { color: rgb(181,156,166); }

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

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

 a { background-color: rgb(181,156,166); }

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

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

 span { border-color: rgb(181,156,166); }

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