Shades of London Hue #B185AF
Tints of London Hue #B185AF
RGB
CMYK
RGB Variations
Color information
#B185AF (or 0xB185AF) is known color: London Hue. HEX triplet: B1, 85 and AF. RGB value is (177,133,175). Sum of RGB (Red+Green+Blue) = 177+133+175=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AF is #4E7A50. Grayscale: #969696. Windows color (decimal): -5143121 or 11503025. OLE color: 11503025.
HSL color Cylindrical-coordinate representation of color #B185AF: hue angle of 302.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B185AF is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 175 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.31 |
| HSL | 302.73º | 0.22% | 0.61% | - |
| HSV(B) | 302.73º | 0.25% | 0.69% | - |
| XYZ | 34.26 | 29.22 | 44.39 | - |
| YUV | 150.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 175 | 0 | 0.25 | 0.01 | 0.31 | 302.73 | 0.22 | 0.61 |
| Hex | B1 | 85 | AF | 0 | 19 | 1 | 1F | 12F | 16 | 3D |
| Octal | 261 | 205 | 257 | 0 | 31 | 1 | 37 | 457 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10101111 | 0 | 11001 | 1 | 11111 | 100101111 | 10110 | 111101 |
Color Harmonies of #B185AF
Complementary color
Monochromatic Colors of #B185AF
Black with #B185AF
Text Example
Text Example
White with #B185AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B185AF; }
p { color: rgb(177,133,175); }
H1.HeaderClassName
{
color: #B185AF;
}
.AnyTagClassName
{
color: #B185AF;
}
</style>
background-color css
<style>
a { background-color: #B185AF; }
a { background-color: rgb(177,133,175); }
div.DivClassName
{
background-color: #B185AF;
}
.BgClassName
{
background-color: #B185AF;
}
</style>
border-color css
<style>
span { border-color: #B185AF; }
span { border-color: rgb(177,133,175); }
td.TdClassName
{
border-color: #B185AF;
}
.TagClassName
{
border-color: #B185AF;
}
</style>