#B59CAB

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

Shades of Lily #B59CAB

Tints of Lily #B59CAB

Color information

#B59CAB (or 0xB59CAB) is unknown color: approx Lily. HEX triplet: B5, 9C and AB. RGB value is (181,156,171). Sum of RGB (Red+Green+Blue) = 181+156+171=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CAB is #4A6354. Grayscale: #A5A5A5. Windows color (decimal): -4875093 or 11246773. OLE color: 11246773.

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

Color convert

RGB181156171-
CMYK00.140.060.29
HSL324º14.45%66.08%-
HSV(B)324º13.81%70.98%-
XYZ38.336.5443.56-
YUV165.18131.28139.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=35.63%
G=30.71%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115617100.140.060.2932414.4566.08
HexB59CAB0E61D144e42
Octal26523425301663550416102
Binary101101011001110010101011011101101110110100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CAB; }

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

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

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

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

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

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

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

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