Shades of Bombay #B0B1AC
Tints of Bombay #B0B1AC
RGB
CMYK
RGB Variations
Color information
#B0B1AC (or 0xB0B1AC) is known color: Bombay. HEX triplet: B0, B1 and AC. RGB value is (176,177,172). Sum of RGB (Red+Green+Blue) = 176+177+172=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AC is #4F4E53. Grayscale: #B0B0B0. Windows color (decimal): -5197396 or 11317680. OLE color: 11317680.
HSL color Cylindrical-coordinate representation of color #B0B1AC: hue angle of 72º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0B1AC is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 172 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.31 |
| HSL | 72º | 0.03% | 0.68% | - |
| HSV(B) | 72º | 0.03% | 0.69% | - |
| XYZ | 41.07 | 43.65 | 45.29 | - |
| YUV | 176.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 172 | 0.01 | 0 | 0.03 | 0.31 | 72 | 0.03 | 0.68 |
| Hex | B0 | B1 | AC | 1 | 0 | 3 | 1F | 48 | 3 | 44 |
| Octal | 260 | 261 | 254 | 1 | 0 | 3 | 37 | 110 | 3 | 104 |
| Binary | 10110000 | 10110001 | 10101100 | 1 | 0 | 11 | 11111 | 1001000 | 11 | 1000100 |
Color Harmonies of #B0B1AC
Complementary color
Monochromatic Colors of #B0B1AC
Black with #B0B1AC
Text Example
Text Example
White with #B0B1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1AC; }
p { color: rgb(176,177,172); }
H1.HeaderClassName
{
color: #B0B1AC;
}
.AnyTagClassName
{
color: #B0B1AC;
}
</style>
background-color css
<style>
a { background-color: #B0B1AC; }
a { background-color: rgb(176,177,172); }
div.DivClassName
{
background-color: #B0B1AC;
}
.BgClassName
{
background-color: #B0B1AC;
}
</style>
border-color css
<style>
span { border-color: #B0B1AC; }
span { border-color: rgb(176,177,172); }
td.TdClassName
{
border-color: #B0B1AC;
}
.TagClassName
{
border-color: #B0B1AC;
}
</style>