#B7A0AF

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

Shades of Lily #B7A0AF

Tints of Lily #B7A0AF

Color information

#B7A0AF (or 0xB7A0AF) is unknown color: approx Lily. HEX triplet: B7, A0 and AF. RGB value is (183,160,175). Sum of RGB (Red+Green+Blue) = 183+160+175=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0AF is #485F50. Grayscale: #A8A8A8. Windows color (decimal): -4742993 or 11509943. OLE color: 11509943.

HSL color Cylindrical-coordinate representation of color #B7A0AF: hue angle of 320.87º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7A0AF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183160175-
CMYK00.130.040.28
HSL320.87º13.77%67.25%-
HSV(B)320.87º12.57%71.76%-
XYZ39.8438.345.85-
YUV168.59131.62138.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=35.33%
G=30.89%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316017500.130.040.28320.8713.7767.25
HexB7A0AF0D41C141e43
Octal26724025701543450116103
Binary101101111010000010101111011011001110010100000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0AF; }

 p { color: rgb(183,160,175); }

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

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

 a { background-color: rgb(183,160,175); }

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

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

 span { border-color: rgb(183,160,175); }

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