Shades of London Hue #B191A9
Tints of London Hue #B191A9
RGB
CMYK
RGB Variations
Color information
#B191A9 (or 0xB191A9) is known color: London Hue. HEX triplet: B1, 91 and A9. RGB value is (177,145,169). Sum of RGB (Red+Green+Blue) = 177+145+169=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B191A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191A9 is #4E6E56. Grayscale: #9D9D9D. Windows color (decimal): -5140055 or 11112881. OLE color: 11112881.
HSL color Cylindrical-coordinate representation of color #B191A9: hue angle of 315º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B191A9 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 169 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.31 |
| HSL | 315º | 0.17% | 0.63% | - |
| HSV(B) | 315º | 0.18% | 0.69% | - |
| XYZ | 35.42 | 32.46 | 41.94 | - |
| YUV | 157.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 169 | 0 | 0.18 | 0.05 | 0.31 | 315 | 0.17 | 0.63 |
| Hex | B1 | 91 | A9 | 0 | 12 | 5 | 1F | 13B | 11 | 3F |
| Octal | 261 | 221 | 251 | 0 | 22 | 5 | 37 | 473 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10101001 | 0 | 10010 | 101 | 11111 | 100111011 | 10001 | 111111 |
Color Harmonies of #B191A9
Complementary color
Monochromatic Colors of #B191A9
Black with #B191A9
Text Example
Text Example
White with #B191A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191A9; }
p { color: rgb(177,145,169); }
H1.HeaderClassName
{
color: #B191A9;
}
.AnyTagClassName
{
color: #B191A9;
}
</style>
background-color css
<style>
a { background-color: #B191A9; }
a { background-color: rgb(177,145,169); }
div.DivClassName
{
background-color: #B191A9;
}
.BgClassName
{
background-color: #B191A9;
}
</style>
border-color css
<style>
span { border-color: #B191A9; }
span { border-color: rgb(177,145,169); }
td.TdClassName
{
border-color: #B191A9;
}
.TagClassName
{
border-color: #B191A9;
}
</style>