#B79CB0

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

Shades of Lily #B79CB0

Tints of Lily #B79CB0

Color information

#B79CB0 (or 0xB79CB0) is unknown color: approx Lily. HEX triplet: B7, 9C and B0. RGB value is (183,156,176). Sum of RGB (Red+Green+Blue) = 183+156+176=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B79CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79CB0 is #48634F. Grayscale: #A6A6A6. Windows color (decimal): -4744016 or 11574455. OLE color: 11574455.

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

Color convert

RGB183156176-
CMYK00.150.040.28
HSL315.56º15.79%66.47%-
HSV(B)315.56º14.75%71.76%-
XYZ39.2536.9846.14-
YUV166.35133.45139.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=35.53%
G=30.29%
B=34.17%

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
Decimal18315617600.150.040.28315.5615.7966.47
HexB79CB00F41C13c1042
Octal26723426001743447420102
Binary1011011110011100101100000111110011100100111100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CB0; }

 p { color: rgb(183,156,176); }

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

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

 a { background-color: rgb(183,156,176); }

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

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

 span { border-color: rgb(183,156,176); }

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