#B49AA7

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

Shades of Lily #B49AA7

Tints of Lily #B49AA7

Color information

#B49AA7 (or 0xB49AA7) is unknown color: approx Lily. HEX triplet: B4, 9A and A7. RGB value is (180,154,167). Sum of RGB (Red+Green+Blue) = 180+154+167=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA7 is #4B6558. Grayscale: #A3A3A3. Windows color (decimal): -4941145 or 10984116. OLE color: 10984116.

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

Color convert

RGB180154167-
CMYK00.140.070.29
HSL330º14.77%65.49%-
HSV(B)330º14.44%70.59%-
XYZ37.3535.641.46-
YUV163.26130.11139.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=35.93%
G=30.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015416700.140.070.2933014.7765.49
HexB49AA70E71D14af41
Octal26423224701673551217101
Binary101101001001101010100111011101111110110100101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49AA7; }

 p { color: rgb(180,154,167); }

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

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

 a { background-color: rgb(180,154,167); }

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

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

 span { border-color: rgb(180,154,167); }

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