#B59CA7

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

Shades of Lily #B59CA7

Tints of Lily #B59CA7

Color information

#B59CA7 (or 0xB59CA7) is unknown color: approx Lily. HEX triplet: B5, 9C and A7. RGB value is (181,156,167). Sum of RGB (Red+Green+Blue) = 181+156+167=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CA7 is #4A6358. Grayscale: #A4A4A4. Windows color (decimal): -4875097 or 10984629. OLE color: 10984629.

HSL color Cylindrical-coordinate representation of color #B59CA7: hue angle of 333.6º 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 #B59CA7 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB181156167-
CMYK00.140.080.29
HSL333.6º14.45%66.08%-
HSV(B)333.6º13.81%70.98%-
XYZ37.9236.3941.58-
YUV164.73129.28139.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=35.91%
G=30.95%
B=33.13%

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
Decimal18115616700.140.080.29333.614.4566.08
HexB59CA70E81D14ee42
Octal265234247016103551616102
Binary1011010110011100101001110111010001110110100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CA7; }

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

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

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

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

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

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

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

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