Shades of Bombay #B0B09F
Tints of Bombay #B0B09F
RGB
CMYK
RGB Variations
Color information
#B0B09F (or 0xB0B09F) is known color: Bombay. HEX triplet: B0, B0 and 9F. RGB value is (176,176,159). Sum of RGB (Red+Green+Blue) = 176+176+159=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B09F is #4F4F60. Grayscale: #AEAEAE. Windows color (decimal): -5197665 or 10465456. OLE color: 10465456.
HSL color Cylindrical-coordinate representation of color #B0B09F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0B09F is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 176 | 159 | - |
| CMYK | 0 | 0 | 0.10 | 0.31 |
| HSL | 60º | 0.1% | 0.66% | - |
| HSV(B) | 60º | 0.1% | 0.69% | - |
| XYZ | 39.69 | 42.78 | 38.97 | - |
| YUV | 174.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 176 | 159 | 0 | 0 | 0.10 | 0.31 | 60 | 0.1 | 0.66 |
| Hex | B0 | B0 | 9F | 0 | 0 | A | 1F | 3C | A | 42 |
| Octal | 260 | 260 | 237 | 0 | 0 | 12 | 37 | 74 | 12 | 102 |
| Binary | 10110000 | 10110000 | 10011111 | 0 | 0 | 1010 | 11111 | 111100 | 1010 | 1000010 |
Color Harmonies of #B0B09F
Complementary color
Monochromatic Colors of #B0B09F
Black with #B0B09F
Text Example
Text Example
White with #B0B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B09F; }
p { color: rgb(176,176,159); }
H1.HeaderClassName
{
color: #B0B09F;
}
.AnyTagClassName
{
color: #B0B09F;
}
</style>
background-color css
<style>
a { background-color: #B0B09F; }
a { background-color: rgb(176,176,159); }
div.DivClassName
{
background-color: #B0B09F;
}
.BgClassName
{
background-color: #B0B09F;
}
</style>
border-color css
<style>
span { border-color: #B0B09F; }
span { border-color: rgb(176,176,159); }
td.TdClassName
{
border-color: #B0B09F;
}
.TagClassName
{
border-color: #B0B09F;
}
</style>