#B59BA7

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

Shades of Lily #B59BA7

Tints of Lily #B59BA7

Color information

#B59BA7 (or 0xB59BA7) is unknown color: approx Lily. HEX triplet: B5, 9B and A7. RGB value is (181,155,167). Sum of RGB (Red+Green+Blue) = 181+155+167=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59BA7 is #4A6458. Grayscale: #A4A4A4. Windows color (decimal): -4875353 or 10984373. OLE color: 10984373.

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

Color convert

RGB181155167-
CMYK00.140.080.29
HSL332.31º14.94%65.88%-
HSV(B)332.31º14.36%70.98%-
XYZ37.7536.0641.53-
YUV164.14129.61140.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=35.98%
G=30.82%
B=33.20%

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
Decimal18115516700.140.080.29332.3114.9465.88
HexB59BA70E81D14cf42
Octal265233247016103551417102
Binary1011010110011011101001110111010001110110100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BA7; }

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

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

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

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

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

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

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

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