Shades of Bombay #B0B0A6
Tints of Bombay #B0B0A6
RGB
CMYK
RGB Variations
Color information
#B0B0A6 (or 0xB0B0A6) is known color: Bombay. HEX triplet: B0, B0 and A6. RGB value is (176,176,166). Sum of RGB (Red+Green+Blue) = 176+176+166=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B0A6 is #4F4F59. Grayscale: #AEAEAE. Windows color (decimal): -5197658 or 10924208. OLE color: 10924208.
HSL color Cylindrical-coordinate representation of color #B0B0A6: hue angle of 60º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0B0A6 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 166 | - |
| CMYK | 0 | 0 | 0.06 | 0.31 |
| HSL | 60º | 0.06% | 0.67% | - |
| HSV(B) | 60º | 0.06% | 0.69% | - |
| XYZ | 40.31 | 43.03 | 42.26 | - |
| YUV | 174.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 166 | 0 | 0 | 0.06 | 0.31 | 60 | 0.06 | 0.67 |
| Hex | B0 | B0 | A6 | 0 | 0 | 6 | 1F | 3C | 6 | 43 |
| Octal | 260 | 260 | 246 | 0 | 0 | 6 | 37 | 74 | 6 | 103 |
| Binary | 10110000 | 10110000 | 10100110 | 0 | 0 | 110 | 11111 | 111100 | 110 | 1000011 |
Color Harmonies of #B0B0A6
Complementary color
Monochromatic Colors of #B0B0A6
Black with #B0B0A6
Text Example
Text Example
White with #B0B0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B0A6; }
p { color: rgb(176,176,166); }
H1.HeaderClassName
{
color: #B0B0A6;
}
.AnyTagClassName
{
color: #B0B0A6;
}
</style>
background-color css
<style>
a { background-color: #B0B0A6; }
a { background-color: rgb(176,176,166); }
div.DivClassName
{
background-color: #B0B0A6;
}
.BgClassName
{
background-color: #B0B0A6;
}
</style>
border-color css
<style>
span { border-color: #B0B0A6; }
span { border-color: rgb(176,176,166); }
td.TdClassName
{
border-color: #B0B0A6;
}
.TagClassName
{
border-color: #B0B0A6;
}
</style>