#B79BAF

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

Shades of Lily #B79BAF

Tints of Lily #B79BAF

Color information

#B79BAF (or 0xB79BAF) is unknown color: approx Lily. HEX triplet: B7, 9B and AF. RGB value is (183,155,175). Sum of RGB (Red+Green+Blue) = 183+155+175=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79BAF is #486450. Grayscale: #A5A5A5. Windows color (decimal): -4744273 or 11508663. OLE color: 11508663.

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

Color convert

RGB183155175-
CMYK00.150.040.28
HSL317.14º16.28%66.27%-
HSV(B)317.14º15.3%71.76%-
XYZ38.9936.6145.57-
YUV165.65133.28140.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=35.67%
G=30.21%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315517500.150.040.28317.1416.2866.27
HexB79BAF0F41C13d1042
Octal26723325701743447520102
Binary1011011110011011101011110111110011100100111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BAF; }

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

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

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

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

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

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

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

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