#B49CAB

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

Shades of Lily #B49CAB

Tints of Lily #B49CAB

Color information

#B49CAB (or 0xB49CAB) is unknown color: approx Lily. HEX triplet: B4, 9C and AB. RGB value is (180,156,171). Sum of RGB (Red+Green+Blue) = 180+156+171=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49CAB is #4B6354. Grayscale: #A4A4A4. Windows color (decimal): -4940629 or 11246772. OLE color: 11246772.

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

Color convert

RGB180156171-
CMYK00.130.050.29
HSL322.5º13.79%65.88%-
HSV(B)322.5º13.33%70.59%-
XYZ38.0636.4243.55-
YUV164.89131.45138.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=35.50%
G=30.77%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015617100.130.050.29322.513.7965.88
HexB49CAB0D51D142e42
Octal26423425301553550216102
Binary101101001001110010101011011011011110110100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CAB; }

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

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

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

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

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

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

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

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