Shades of Bombay #B1B29F
Tints of Bombay #B1B29F
RGB
CMYK
RGB Variations
Color information
#B1B29F (or 0xB1B29F) is known color: Bombay. HEX triplet: B1, B2 and 9F. RGB value is (177,178,159). Sum of RGB (Red+Green+Blue) = 177+178+159=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B29F is #4E4D60. Grayscale: #AFAFAF. Windows color (decimal): -5131617 or 10465969. OLE color: 10465969.
HSL color Cylindrical-coordinate representation of color #B1B29F: hue angle of 63.16º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1B29F is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 178 | 159 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.30 |
| HSL | 63.16º | 0.11% | 0.66% | - |
| HSV(B) | 63.16º | 0.11% | 0.7% | - |
| XYZ | 40.31 | 43.69 | 39.11 | - |
| YUV | 175.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 178 | 159 | 0.01 | 0 | 0.11 | 0.30 | 63.16 | 0.11 | 0.66 |
| Hex | B1 | B2 | 9F | 1 | 0 | B | 1E | 3F | B | 42 |
| Octal | 261 | 262 | 237 | 1 | 0 | 13 | 36 | 77 | 13 | 102 |
| Binary | 10110001 | 10110010 | 10011111 | 1 | 0 | 1011 | 11110 | 111111 | 1011 | 1000010 |
Color Harmonies of #B1B29F
Complementary color
Monochromatic Colors of #B1B29F
Black with #B1B29F
Text Example
Text Example
White with #B1B29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B29F; }
p { color: rgb(177,178,159); }
H1.HeaderClassName
{
color: #B1B29F;
}
.AnyTagClassName
{
color: #B1B29F;
}
</style>
background-color css
<style>
a { background-color: #B1B29F; }
a { background-color: rgb(177,178,159); }
div.DivClassName
{
background-color: #B1B29F;
}
.BgClassName
{
background-color: #B1B29F;
}
</style>
border-color css
<style>
span { border-color: #B1B29F; }
span { border-color: rgb(177,178,159); }
td.TdClassName
{
border-color: #B1B29F;
}
.TagClassName
{
border-color: #B1B29F;
}
</style>