Shades of London Hue #B59AAF
Tints of London Hue #B59AAF
RGB
CMYK
RGB Variations
Color information
#B59AAF (or 0xB59AAF) is known color: London Hue. HEX triplet: B5, 9A and AF. RGB value is (181,154,175). Sum of RGB (Red+Green+Blue) = 181+154+175=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AAF is #4A6550. Grayscale: #A4A4A4. Windows color (decimal): -4875601 or 11508405. OLE color: 11508405.
HSL color Cylindrical-coordinate representation of color #B59AAF: hue angle of 313.33º 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 #B59AAF is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 175 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.29 |
| HSL | 313.33º | 0.15% | 0.66% | - |
| HSV(B) | 313.33º | 0.15% | 0.71% | - |
| XYZ | 38.35 | 36.03 | 45.49 | - |
| YUV | 164.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 175 | 0 | 0.15 | 0.03 | 0.29 | 313.33 | 0.15 | 0.66 |
| Hex | B5 | 9A | AF | 0 | F | 3 | 1D | 139 | F | 42 |
| Octal | 265 | 232 | 257 | 0 | 17 | 3 | 35 | 471 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10101111 | 0 | 1111 | 11 | 11101 | 100111001 | 1111 | 1000010 |
Color Harmonies of #B59AAF
Complementary color
Monochromatic Colors of #B59AAF
Black with #B59AAF
Text Example
Text Example
White with #B59AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AAF; }
p { color: rgb(181,154,175); }
H1.HeaderClassName
{
color: #B59AAF;
}
.AnyTagClassName
{
color: #B59AAF;
}
</style>
background-color css
<style>
a { background-color: #B59AAF; }
a { background-color: rgb(181,154,175); }
div.DivClassName
{
background-color: #B59AAF;
}
.BgClassName
{
background-color: #B59AAF;
}
</style>
border-color css
<style>
span { border-color: #B59AAF; }
span { border-color: rgb(181,154,175); }
td.TdClassName
{
border-color: #B59AAF;
}
.TagClassName
{
border-color: #B59AAF;
}
</style>