Shades of London Hue #B592AA
Tints of London Hue #B592AA
RGB
CMYK
RGB Variations
Color information
#B592AA (or 0xB592AA) is known color: London Hue. HEX triplet: B5, 92 and AA. RGB value is (181,146,170). Sum of RGB (Red+Green+Blue) = 181+146+170=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B592AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592AA is #4A6D55. Grayscale: #9F9F9F. Windows color (decimal): -4877654 or 11178677. OLE color: 11178677.
HSL color Cylindrical-coordinate representation of color #B592AA: hue angle of 318.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B592AA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 170 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.29 |
| HSL | 318.86º | 0.19% | 0.64% | - |
| HSV(B) | 318.86º | 0.19% | 0.71% | - |
| XYZ | 36.59 | 33.28 | 42.53 | - |
| YUV | 159.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 170 | 0 | 0.19 | 0.06 | 0.29 | 318.86 | 0.19 | 0.64 |
| Hex | B5 | 92 | AA | 0 | 13 | 6 | 1D | 13F | 13 | 40 |
| Octal | 265 | 222 | 252 | 0 | 23 | 6 | 35 | 477 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10101010 | 0 | 10011 | 110 | 11101 | 100111111 | 10011 | 1000000 |
Color Harmonies of #B592AA
Complementary color
Monochromatic Colors of #B592AA
Black with #B592AA
Text Example
Text Example
White with #B592AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B592AA; }
p { color: rgb(181,146,170); }
H1.HeaderClassName
{
color: #B592AA;
}
.AnyTagClassName
{
color: #B592AA;
}
</style>
background-color css
<style>
a { background-color: #B592AA; }
a { background-color: rgb(181,146,170); }
div.DivClassName
{
background-color: #B592AA;
}
.BgClassName
{
background-color: #B592AA;
}
</style>
border-color css
<style>
span { border-color: #B592AA; }
span { border-color: rgb(181,146,170); }
td.TdClassName
{
border-color: #B592AA;
}
.TagClassName
{
border-color: #B592AA;
}
</style>