Shades of London Hue #B681A9
Tints of London Hue #B681A9
RGB
CMYK
RGB Variations
Color information
#B681A9 (or 0xB681A9) is known color: London Hue. HEX triplet: B6, 81 and A9. RGB value is (182,129,169). Sum of RGB (Red+Green+Blue) = 182+129+169=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B681A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681A9 is #497E56. Grayscale: #959595. Windows color (decimal): -4816471 or 11108790. OLE color: 11108790.
HSL color Cylindrical-coordinate representation of color #B681A9: hue angle of 314.72º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B681A9 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 169 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.29 |
| HSL | 314.72º | 0.27% | 0.61% | - |
| HSV(B) | 314.72º | 0.29% | 0.71% | - |
| XYZ | 34.3 | 28.51 | 41.23 | - |
| YUV | 149.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 169 | 0 | 0.29 | 0.07 | 0.29 | 314.72 | 0.27 | 0.61 |
| Hex | B6 | 81 | A9 | 0 | 1D | 7 | 1D | 13B | 1B | 3D |
| Octal | 266 | 201 | 251 | 0 | 35 | 7 | 35 | 473 | 33 | 75 |
| Binary | 10110110 | 10000001 | 10101001 | 0 | 11101 | 111 | 11101 | 100111011 | 11011 | 111101 |
Color Harmonies of #B681A9
Complementary color
Monochromatic Colors of #B681A9
Black with #B681A9
Text Example
Text Example
White with #B681A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B681A9; }
p { color: rgb(182,129,169); }
H1.HeaderClassName
{
color: #B681A9;
}
.AnyTagClassName
{
color: #B681A9;
}
</style>
background-color css
<style>
a { background-color: #B681A9; }
a { background-color: rgb(182,129,169); }
div.DivClassName
{
background-color: #B681A9;
}
.BgClassName
{
background-color: #B681A9;
}
</style>
border-color css
<style>
span { border-color: #B681A9; }
span { border-color: rgb(182,129,169); }
td.TdClassName
{
border-color: #B681A9;
}
.TagClassName
{
border-color: #B681A9;
}
</style>