Shades of London Hue #B091A9
Tints of London Hue #B091A9
RGB
CMYK
RGB Variations
Color information
#B091A9 (or 0xB091A9) is known color: London Hue. HEX triplet: B0, 91 and A9. RGB value is (176,145,169). Sum of RGB (Red+Green+Blue) = 176+145+169=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B091A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091A9 is #4F6E56. Grayscale: #9C9C9C. Windows color (decimal): -5205591 or 11112880. OLE color: 11112880.
HSL color Cylindrical-coordinate representation of color #B091A9: hue angle of 313.55º degrees, saturation: 0.16, 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 #B091A9 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 169 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.31 |
| HSL | 313.55º | 0.16% | 0.63% | - |
| HSV(B) | 313.55º | 0.18% | 0.69% | - |
| XYZ | 35.19 | 32.35 | 41.92 | - |
| YUV | 157.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 169 | 0 | 0.18 | 0.04 | 0.31 | 313.55 | 0.16 | 0.63 |
| Hex | B0 | 91 | A9 | 0 | 12 | 4 | 1F | 13A | 10 | 3F |
| Octal | 260 | 221 | 251 | 0 | 22 | 4 | 37 | 472 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10101001 | 0 | 10010 | 100 | 11111 | 100111010 | 10000 | 111111 |
Color Harmonies of #B091A9
Complementary color
Monochromatic Colors of #B091A9
Black with #B091A9
Text Example
Text Example
White with #B091A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091A9; }
p { color: rgb(176,145,169); }
H1.HeaderClassName
{
color: #B091A9;
}
.AnyTagClassName
{
color: #B091A9;
}
</style>
background-color css
<style>
a { background-color: #B091A9; }
a { background-color: rgb(176,145,169); }
div.DivClassName
{
background-color: #B091A9;
}
.BgClassName
{
background-color: #B091A9;
}
</style>
border-color css
<style>
span { border-color: #B091A9; }
span { border-color: rgb(176,145,169); }
td.TdClassName
{
border-color: #B091A9;
}
.TagClassName
{
border-color: #B091A9;
}
</style>