Html Css Color HEX #B39AAA Lily

📋 copy color: '#B39AAA'

red 179 ◦ green 154 ◦ blue 170

#B39AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B39AAA

Tints of Lily #B39AAA

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.8% from 255) = 33.8%

R = 35.59%
G = 30.62%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B39AAA (or 0xB39AAA) is known color: 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

RGB 179 154 170 -
CMYK 0 0.14 0.05 0.30
HSL 321.6º 0.14% 0.65% -
HSV(B) 321.6º 0.14% 0.7% -
XYZ 37.4 35.6 42.93 -
YUV 163.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 179 154 170 0 0.14 0.05 0.30 321.6 0.14 0.65
Hex B3 9A AA 0 E 5 1E 142 E 41
Octal 263 232 252 0 16 5 36 502 16 101
Binary 10110011 10011010 10101010 0 1110 101 11110 101000010 1110 1000001

Color Harmonies of #B39AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AAA

Black with #B39AAA

Text Example


Text Example

White with #B39AAA

Text Example


Text Example

HTML Codes & Css Web 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>