Shades of Bombay #B1B3A5
Tints of Bombay #B1B3A5
RGB
CMYK
RGB Variations
Color information
#B1B3A5 (or 0xB1B3A5) is known color: Bombay. HEX triplet: B1, B3 and A5. RGB value is (177,179,165). Sum of RGB (Red+Green+Blue) = 177+179+165=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B3A5 is #4E4C5A. Grayscale: #B0B0B0. Windows color (decimal): -5131355 or 10859441. OLE color: 10859441.
HSL color Cylindrical-coordinate representation of color #B1B3A5: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1B3A5 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 165 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.30 |
| HSL | 68.57º | 0.08% | 0.67% | - |
| HSV(B) | 68.57º | 0.08% | 0.7% | - |
| XYZ | 41.04 | 44.3 | 41.99 | - |
| YUV | 176.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 165 | 0.01 | 0 | 0.08 | 0.30 | 68.57 | 0.08 | 0.67 |
| Hex | B1 | B3 | A5 | 1 | 0 | 8 | 1E | 45 | 8 | 43 |
| Octal | 261 | 263 | 245 | 1 | 0 | 10 | 36 | 105 | 10 | 103 |
| Binary | 10110001 | 10110011 | 10100101 | 1 | 0 | 1000 | 11110 | 1000101 | 1000 | 1000011 |
Color Harmonies of #B1B3A5
Complementary color
Monochromatic Colors of #B1B3A5
Black with #B1B3A5
Text Example
Text Example
White with #B1B3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B3A5; }
p { color: rgb(177,179,165); }
H1.HeaderClassName
{
color: #B1B3A5;
}
.AnyTagClassName
{
color: #B1B3A5;
}
</style>
background-color css
<style>
a { background-color: #B1B3A5; }
a { background-color: rgb(177,179,165); }
div.DivClassName
{
background-color: #B1B3A5;
}
.BgClassName
{
background-color: #B1B3A5;
}
</style>
border-color css
<style>
span { border-color: #B1B3A5; }
span { border-color: rgb(177,179,165); }
td.TdClassName
{
border-color: #B1B3A5;
}
.TagClassName
{
border-color: #B1B3A5;
}
</style>