Shades of London Hue #B18BA6
Tints of London Hue #B18BA6
RGB
CMYK
RGB Variations
Color information
#B18BA6 (or 0xB18BA6) is known color: London Hue. HEX triplet: B1, 8B and A6. RGB value is (177,139,166). Sum of RGB (Red+Green+Blue) = 177+139+166=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BA6 is #4E7459. Grayscale: #999999. Windows color (decimal): -5141594 or 10914737. OLE color: 10914737.
HSL color Cylindrical-coordinate representation of color #B18BA6: hue angle of 317.37º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18BA6 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 166 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.31 |
| HSL | 317.37º | 0.2% | 0.62% | - |
| HSV(B) | 317.37º | 0.21% | 0.69% | - |
| XYZ | 34.25 | 30.57 | 40.17 | - |
| YUV | 153.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 166 | 0 | 0.21 | 0.06 | 0.31 | 317.37 | 0.2 | 0.62 |
| Hex | B1 | 8B | A6 | 0 | 15 | 6 | 1F | 13D | 14 | 3E |
| Octal | 261 | 213 | 246 | 0 | 25 | 6 | 37 | 475 | 24 | 76 |
| Binary | 10110001 | 10001011 | 10100110 | 0 | 10101 | 110 | 11111 | 100111101 | 10100 | 111110 |
Color Harmonies of #B18BA6
Complementary color
Monochromatic Colors of #B18BA6
Black with #B18BA6
Text Example
Text Example
White with #B18BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BA6; }
p { color: rgb(177,139,166); }
H1.HeaderClassName
{
color: #B18BA6;
}
.AnyTagClassName
{
color: #B18BA6;
}
</style>
background-color css
<style>
a { background-color: #B18BA6; }
a { background-color: rgb(177,139,166); }
div.DivClassName
{
background-color: #B18BA6;
}
.BgClassName
{
background-color: #B18BA6;
}
</style>
border-color css
<style>
span { border-color: #B18BA6; }
span { border-color: rgb(177,139,166); }
td.TdClassName
{
border-color: #B18BA6;
}
.TagClassName
{
border-color: #B18BA6;
}
</style>