Shades of London Hue #BA76AF
Tints of London Hue #BA76AF
RGB
CMYK
RGB Variations
Color information
#BA76AF (or 0xBA76AF) is known color: London Hue. HEX triplet: BA, 76 and AF. RGB value is (186,118,175). Sum of RGB (Red+Green+Blue) = 186+118+175=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76AF is #458950. Grayscale: #909090. Windows color (decimal): -4557137 or 11499194. OLE color: 11499194.
HSL color Cylindrical-coordinate representation of color #BA76AF: hue angle of 309.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76AF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 175 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.27 |
| HSL | 309.71º | 0.33% | 0.6% | - |
| HSV(B) | 309.71º | 0.37% | 0.73% | - |
| XYZ | 34.47 | 26.49 | 43.85 | - |
| YUV | 144.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 175 | 0 | 0.37 | 0.06 | 0.27 | 309.71 | 0.33 | 0.6 |
| Hex | BA | 76 | AF | 0 | 25 | 6 | 1B | 136 | 21 | 3C |
| Octal | 272 | 166 | 257 | 0 | 45 | 6 | 33 | 466 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10101111 | 0 | 100101 | 110 | 11011 | 100110110 | 100001 | 111100 |
Color Harmonies of #BA76AF
Complementary color
Monochromatic Colors of #BA76AF
Black with #BA76AF
Text Example
Text Example
White with #BA76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76AF; }
p { color: rgb(186,118,175); }
H1.HeaderClassName
{
color: #BA76AF;
}
.AnyTagClassName
{
color: #BA76AF;
}
</style>
background-color css
<style>
a { background-color: #BA76AF; }
a { background-color: rgb(186,118,175); }
div.DivClassName
{
background-color: #BA76AF;
}
.BgClassName
{
background-color: #BA76AF;
}
</style>
border-color css
<style>
span { border-color: #BA76AF; }
span { border-color: rgb(186,118,175); }
td.TdClassName
{
border-color: #BA76AF;
}
.TagClassName
{
border-color: #BA76AF;
}
</style>