#B49DAA

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

Shades of Lily #B49DAA

Tints of Lily #B49DAA

Color information

#B49DAA (or 0xB49DAA) is unknown color: approx Lily. HEX triplet: B4, 9D and AA. RGB value is (180,157,170). Sum of RGB (Red+Green+Blue) = 180+157+170=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAA is #4B6255. Grayscale: #A5A5A5. Windows color (decimal): -4940374 or 11181492. OLE color: 11181492.

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

Color convert

RGB180157170-
CMYK00.130.060.29
HSL326.09º13.29%66.08%-
HSV(B)326.09º12.78%70.59%-
XYZ38.1436.7243.11-
YUV165.36130.62138.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=35.50%
G=30.97%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015717000.130.060.29326.0913.2966.08
HexB49DAA0D61D146d42
Octal26423525201563550615102
Binary101101001001110110101010011011101110110100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DAA; }

 p { color: rgb(180,157,170); }

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

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

 a { background-color: rgb(180,157,170); }

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

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

 span { border-color: rgb(180,157,170); }

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