#B49CAA

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

Shades of Lily #B49CAA

Tints of Lily #B49CAA

Color information

#B49CAA (or 0xB49CAA) is unknown color: approx Lily. HEX triplet: B4, 9C and AA. RGB value is (180,156,170). Sum of RGB (Red+Green+Blue) = 180+156+170=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49CAA is #4B6355. Grayscale: #A4A4A4. Windows color (decimal): -4940630 or 11181236. OLE color: 11181236.

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

Color convert

RGB180156170-
CMYK00.130.060.29
HSL325º13.79%65.88%-
HSV(B)325º13.33%70.59%-
XYZ37.9736.3843.05-
YUV164.77130.95138.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=35.57%
G=30.83%
B=33.60%

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
Decimal18015617000.130.060.2932513.7965.88
HexB49CAA0D61D145e42
Octal26423425201563550516102
Binary101101001001110010101010011011101110110100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CAA; }

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

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

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

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

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

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

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

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