#B7A4AB

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

Shades of Lily #B7A4AB

Tints of Lily #B7A4AB

Color information

#B7A4AB (or 0xB7A4AB) is unknown color: approx Lily. HEX triplet: B7, A4 and AB. RGB value is (183,164,171). Sum of RGB (Red+Green+Blue) = 183+164+171=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A4AB is #485B54. Grayscale: #AAAAAA. Windows color (decimal): -4741973 or 11248823. OLE color: 11248823.

HSL color Cylindrical-coordinate representation of color #B7A4AB: hue angle of 337.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A4AB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183164171-
CMYK00.100.070.28
HSL337.89º11.66%68.04%-
HSV(B)337.89º10.38%71.76%-
XYZ40.1539.5644.05-
YUV170.48128.29136.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=35.33%
G=31.66%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316417100.100.070.28337.8911.6668.04
HexB7A4AB0A71C152c44
Octal26724425301273452214104
Binary101101111010010010101011010101111110010101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4AB; }

 p { color: rgb(183,164,171); }

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

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

 a { background-color: rgb(183,164,171); }

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

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

 span { border-color: rgb(183,164,171); }

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