Shades of Lily #B59AAA
Tints of Lily #B59AAA
RGB
CMYK
RGB Variations
Color information
#B59AAA (or 0xB59AAA) is known color: Lily. HEX triplet: B5, 9A and AA. RGB value is (181,154,170). Sum of RGB (Red+Green+Blue) = 181+154+170=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAA is #4A6555. Grayscale: #A3A3A3. Windows color (decimal): -4875606 or 11180725. OLE color: 11180725.
HSL color Cylindrical-coordinate representation of color #B59AAA: hue angle of 324.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AAA is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 170 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.29 |
| HSL | 324.44º | 0.15% | 0.66% | - |
| HSV(B) | 324.44º | 0.15% | 0.71% | - |
| XYZ | 37.87 | 35.84 | 42.95 | - |
| YUV | 163.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 170 | 0 | 0.15 | 0.06 | 0.29 | 324.44 | 0.15 | 0.66 |
| Hex | B5 | 9A | AA | 0 | F | 6 | 1D | 144 | F | 42 |
| Octal | 265 | 232 | 252 | 0 | 17 | 6 | 35 | 504 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10101010 | 0 | 1111 | 110 | 11101 | 101000100 | 1111 | 1000010 |
Color Harmonies of #B59AAA
Complementary color
Monochromatic Colors of #B59AAA
Black with #B59AAA
Text Example
Text Example
White with #B59AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AAA; }
p { color: rgb(181,154,170); }
H1.HeaderClassName
{
color: #B59AAA;
}
.AnyTagClassName
{
color: #B59AAA;
}
</style>
background-color css
<style>
a { background-color: #B59AAA; }
a { background-color: rgb(181,154,170); }
div.DivClassName
{
background-color: #B59AAA;
}
.BgClassName
{
background-color: #B59AAA;
}
</style>
border-color css
<style>
span { border-color: #B59AAA; }
span { border-color: rgb(181,154,170); }
td.TdClassName
{
border-color: #B59AAA;
}
.TagClassName
{
border-color: #B59AAA;
}
</style>