#B7A4AF

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

Shades of Lily #B7A4AF

Tints of Lily #B7A4AF

Color information

#B7A4AF (or 0xB7A4AF) is unknown color: approx Lily. HEX triplet: B7, A4 and AF. RGB value is (183,164,175). Sum of RGB (Red+Green+Blue) = 183+164+175=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A4AF is #485B50. Grayscale: #AAAAAA. Windows color (decimal): -4741969 or 11510967. OLE color: 11510967.

HSL color Cylindrical-coordinate representation of color #B7A4AF: hue angle of 325.26º 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 #B7A4AF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183164175-
CMYK00.100.040.28
HSL325.26º11.66%68.04%-
HSV(B)325.26º10.38%71.76%-
XYZ40.5439.7146.09-
YUV170.94130.29136.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=35.06%
G=31.42%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316417500.100.040.28325.2611.6668.04
HexB7A4AF0A41C145c44
Octal26724425701243450514104
Binary101101111010010010101111010101001110010100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4AF; }

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

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

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

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

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

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

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

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