Shades of Bombay #B0B1AA
Tints of Bombay #B0B1AA
RGB
CMYK
RGB Variations
Color information
#B0B1AA (or 0xB0B1AA) is known color: Bombay. HEX triplet: B0, B1 and AA. RGB value is (176,177,170). Sum of RGB (Red+Green+Blue) = 176+177+170=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AA is #4F4E55. Grayscale: #AFAFAF. Windows color (decimal): -5197398 or 11186608. OLE color: 11186608.
HSL color Cylindrical-coordinate representation of color #B0B1AA: hue angle of 68.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0B1AA is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 170 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.31 |
| HSL | 68.57º | 0.04% | 0.68% | - |
| HSV(B) | 68.57º | 0.04% | 0.69% | - |
| XYZ | 40.88 | 43.58 | 44.29 | - |
| YUV | 175.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 170 | 0.01 | 0 | 0.04 | 0.31 | 68.57 | 0.04 | 0.68 |
| Hex | B0 | B1 | AA | 1 | 0 | 4 | 1F | 45 | 4 | 44 |
| Octal | 260 | 261 | 252 | 1 | 0 | 4 | 37 | 105 | 4 | 104 |
| Binary | 10110000 | 10110001 | 10101010 | 1 | 0 | 100 | 11111 | 1000101 | 100 | 1000100 |
Color Harmonies of #B0B1AA
Complementary color
Monochromatic Colors of #B0B1AA
Black with #B0B1AA
Text Example
Text Example
White with #B0B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1AA; }
p { color: rgb(176,177,170); }
H1.HeaderClassName
{
color: #B0B1AA;
}
.AnyTagClassName
{
color: #B0B1AA;
}
</style>
background-color css
<style>
a { background-color: #B0B1AA; }
a { background-color: rgb(176,177,170); }
div.DivClassName
{
background-color: #B0B1AA;
}
.BgClassName
{
background-color: #B0B1AA;
}
</style>
border-color css
<style>
span { border-color: #B0B1AA; }
span { border-color: rgb(176,177,170); }
td.TdClassName
{
border-color: #B0B1AA;
}
.TagClassName
{
border-color: #B0B1AA;
}
</style>