Shades of London Hue #B37AAB
Tints of London Hue #B37AAB
RGB
CMYK
RGB Variations
Color information
#B37AAB (or 0xB37AAB) is known color: London Hue. HEX triplet: B3, 7A and AB. RGB value is (179,122,171). Sum of RGB (Red+Green+Blue) = 179+122+171=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AAB is #4C8554. Grayscale: #909090. Windows color (decimal): -5014869 or 11238067. OLE color: 11238067.
HSL color Cylindrical-coordinate representation of color #B37AAB: hue angle of 308.42º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37AAB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 171 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.30 |
| HSL | 308.42º | 0.27% | 0.59% | - |
| HSV(B) | 308.42º | 0.32% | 0.7% | - |
| XYZ | 32.9 | 26.44 | 41.9 | - |
| YUV | 144.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 171 | 0 | 0.32 | 0.04 | 0.30 | 308.42 | 0.27 | 0.59 |
| Hex | B3 | 7A | AB | 0 | 20 | 4 | 1E | 134 | 1B | 3B |
| Octal | 263 | 172 | 253 | 0 | 40 | 4 | 36 | 464 | 33 | 73 |
| Binary | 10110011 | 1111010 | 10101011 | 0 | 100000 | 100 | 11110 | 100110100 | 11011 | 111011 |
Color Harmonies of #B37AAB
Complementary color
Monochromatic Colors of #B37AAB
Black with #B37AAB
Text Example
Text Example
White with #B37AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37AAB; }
p { color: rgb(179,122,171); }
H1.HeaderClassName
{
color: #B37AAB;
}
.AnyTagClassName
{
color: #B37AAB;
}
</style>
background-color css
<style>
a { background-color: #B37AAB; }
a { background-color: rgb(179,122,171); }
div.DivClassName
{
background-color: #B37AAB;
}
.BgClassName
{
background-color: #B37AAB;
}
</style>
border-color css
<style>
span { border-color: #B37AAB; }
span { border-color: rgb(179,122,171); }
td.TdClassName
{
border-color: #B37AAB;
}
.TagClassName
{
border-color: #B37AAB;
}
</style>