#B594A5

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

Shades of Lily #B594A5

Tints of Lily #B594A5

Color information

#B594A5 (or 0xB594A5) is unknown color: approx Lily. HEX triplet: B5, 94 and A5. RGB value is (181,148,165). Sum of RGB (Red+Green+Blue) = 181+148+165=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B594A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594A5 is #4A6B5A. Grayscale: #9F9F9F. Windows color (decimal): -4877147 or 10851509. OLE color: 10851509.

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

Color convert

RGB181148165-
CMYK00.180.090.29
HSL329.09º18.23%64.51%-
HSV(B)329.09º18.23%70.98%-
XYZ36.4433.7240.19-
YUV159.8130.93143.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=36.64%
G=29.96%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114816500.180.090.29329.0918.2364.51
HexB594A501291D1491241
Octal265224245022113551122101
Binary101101011001010010100101010010100111101101001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594A5; }

 p { color: rgb(181,148,165); }

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

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

 a { background-color: rgb(181,148,165); }

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

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

 span { border-color: rgb(181,148,165); }

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