#B39AAA

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

Shades of Lily #B39AAA

Tints of Lily #B39AAA

Color information

#B39AAA (or 0xB39AAA) is unknown color: approx Lily. HEX triplet: B3, 9A and AA. RGB value is (179,154,170). Sum of RGB (Red+Green+Blue) = 179+154+170=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B39AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39AAA is #4C6555. Grayscale: #A3A3A3. Windows color (decimal): -5006678 or 11180723. OLE color: 11180723.

HSL color Cylindrical-coordinate representation of color #B39AAA: hue angle of 321.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39AAA is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB179154170-
CMYK00.140.050.30
HSL321.6º14.12%65.29%-
HSV(B)321.6º13.97%70.2%-
XYZ37.435.642.93-
YUV163.3131.78139.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=35.59%
G=30.62%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915417000.140.050.30321.614.1265.29
HexB39AAA0E51E142e41
Octal26323225201653650216101
Binary101100111001101010101010011101011111010100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AAA; }

 p { color: rgb(179,154,170); }

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

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

 a { background-color: rgb(179,154,170); }

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

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

 span { border-color: rgb(179,154,170); }

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