#B4A0AE

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

Shades of Lily #B4A0AE

Tints of Lily #B4A0AE

Color information

#B4A0AE (or 0xB4A0AE) is unknown color: approx Lily. HEX triplet: B4, A0 and AE. RGB value is (180,160,174). Sum of RGB (Red+Green+Blue) = 180+160+174=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A0AE is #4B5F51. Grayscale: #A7A7A7. Windows color (decimal): -4939602 or 11444404. OLE color: 11444404.

HSL color Cylindrical-coordinate representation of color #B4A0AE: hue angle of 318º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A0AE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180160174-
CMYK00.110.030.29
HSL318º11.76%66.67%-
HSV(B)318º11.11%70.59%-
XYZ39.0337.945.3-
YUV167.58131.63136.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=35.02%
G=31.13%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016017400.110.030.2931811.7666.67
HexB4A0AE0B31D13ec43
Octal26424025601333547614103
Binary10110100101000001010111001011111110110011111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A0AE; }

 p { color: rgb(180,160,174); }

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

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

 a { background-color: rgb(180,160,174); }

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

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

 span { border-color: rgb(180,160,174); }

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