Shades of London Hue #B895AF
Tints of London Hue #B895AF
RGB
CMYK
RGB Variations
Color information
#B895AF (or 0xB895AF) is known color: London Hue. HEX triplet: B8, 95 and AF. RGB value is (184,149,175). Sum of RGB (Red+Green+Blue) = 184+149+175=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B895AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B895AF is #476A50. Grayscale: #A2A2A2. Windows color (decimal): -4680273 or 11507128. OLE color: 11507128.
HSL color Cylindrical-coordinate representation of color #B895AF: hue angle of 315.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B895AF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 175 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.28 |
| HSL | 315.43º | 0.2% | 0.65% | - |
| HSV(B) | 315.43º | 0.19% | 0.72% | - |
| XYZ | 38.25 | 34.78 | 45.25 | - |
| YUV | 162.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 175 | 0 | 0.19 | 0.05 | 0.28 | 315.43 | 0.2 | 0.65 |
| Hex | B8 | 95 | AF | 0 | 13 | 5 | 1C | 13B | 14 | 41 |
| Octal | 270 | 225 | 257 | 0 | 23 | 5 | 34 | 473 | 24 | 101 |
| Binary | 10111000 | 10010101 | 10101111 | 0 | 10011 | 101 | 11100 | 100111011 | 10100 | 1000001 |
Color Harmonies of #B895AF
Complementary color
Monochromatic Colors of #B895AF
Black with #B895AF
Text Example
Text Example
White with #B895AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895AF; }
p { color: rgb(184,149,175); }
H1.HeaderClassName
{
color: #B895AF;
}
.AnyTagClassName
{
color: #B895AF;
}
</style>
background-color css
<style>
a { background-color: #B895AF; }
a { background-color: rgb(184,149,175); }
div.DivClassName
{
background-color: #B895AF;
}
.BgClassName
{
background-color: #B895AF;
}
</style>
border-color css
<style>
span { border-color: #B895AF; }
span { border-color: rgb(184,149,175); }
td.TdClassName
{
border-color: #B895AF;
}
.TagClassName
{
border-color: #B895AF;
}
</style>