Shades of Bombay #B1B39E
Tints of Bombay #B1B39E
RGB
CMYK
RGB Variations
Color information
#B1B39E (or 0xB1B39E) is known color: Bombay. HEX triplet: B1, B3 and 9E. RGB value is (177,179,158). Sum of RGB (Red+Green+Blue) = 177+179+158=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B39E is #4E4C61. Grayscale: #B0B0B0. Windows color (decimal): -5131362 or 10400689. OLE color: 10400689.
HSL color Cylindrical-coordinate representation of color #B1B39E: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1B39E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 158 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.30 |
| HSL | 65.71º | 0.12% | 0.66% | - |
| HSV(B) | 65.71º | 0.12% | 0.7% | - |
| XYZ | 40.42 | 44.06 | 38.72 | - |
| YUV | 176.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 158 | 0.01 | 0 | 0.12 | 0.30 | 65.71 | 0.12 | 0.66 |
| Hex | B1 | B3 | 9E | 1 | 0 | C | 1E | 42 | C | 42 |
| Octal | 261 | 263 | 236 | 1 | 0 | 14 | 36 | 102 | 14 | 102 |
| Binary | 10110001 | 10110011 | 10011110 | 1 | 0 | 1100 | 11110 | 1000010 | 1100 | 1000010 |
Color Harmonies of #B1B39E
Complementary color
Monochromatic Colors of #B1B39E
Black with #B1B39E
Text Example
Text Example
White with #B1B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B39E; }
p { color: rgb(177,179,158); }
H1.HeaderClassName
{
color: #B1B39E;
}
.AnyTagClassName
{
color: #B1B39E;
}
</style>
background-color css
<style>
a { background-color: #B1B39E; }
a { background-color: rgb(177,179,158); }
div.DivClassName
{
background-color: #B1B39E;
}
.BgClassName
{
background-color: #B1B39E;
}
</style>
border-color css
<style>
span { border-color: #B1B39E; }
span { border-color: rgb(177,179,158); }
td.TdClassName
{
border-color: #B1B39E;
}
.TagClassName
{
border-color: #B1B39E;
}
</style>