Shades of Bombay #B2B3A1
Tints of Bombay #B2B3A1
RGB
CMYK
RGB Variations
Color information
#B2B3A1 (or 0xB2B3A1) is known color: Bombay. HEX triplet: B2, B3 and A1. RGB value is (178,179,161). Sum of RGB (Red+Green+Blue) = 178+179+161=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3A1 is #4D4C5E. Grayscale: #B0B0B0. Windows color (decimal): -5065823 or 10597298. OLE color: 10597298.
HSL color Cylindrical-coordinate representation of color #B2B3A1: hue angle of 63.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B3A1 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 161 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.30 |
| HSL | 63.33º | 0.11% | 0.67% | - |
| HSV(B) | 63.33º | 0.1% | 0.7% | - |
| XYZ | 40.91 | 44.28 | 40.11 | - |
| YUV | 176.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 161 | 0.01 | 0 | 0.10 | 0.30 | 63.33 | 0.11 | 0.67 |
| Hex | B2 | B3 | A1 | 1 | 0 | A | 1E | 3F | B | 43 |
| Octal | 262 | 263 | 241 | 1 | 0 | 12 | 36 | 77 | 13 | 103 |
| Binary | 10110010 | 10110011 | 10100001 | 1 | 0 | 1010 | 11110 | 111111 | 1011 | 1000011 |
Color Harmonies of #B2B3A1
Complementary color
Monochromatic Colors of #B2B3A1
Black with #B2B3A1
Text Example
Text Example
White with #B2B3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B3A1; }
p { color: rgb(178,179,161); }
H1.HeaderClassName
{
color: #B2B3A1;
}
.AnyTagClassName
{
color: #B2B3A1;
}
</style>
background-color css
<style>
a { background-color: #B2B3A1; }
a { background-color: rgb(178,179,161); }
div.DivClassName
{
background-color: #B2B3A1;
}
.BgClassName
{
background-color: #B2B3A1;
}
</style>
border-color css
<style>
span { border-color: #B2B3A1; }
span { border-color: rgb(178,179,161); }
td.TdClassName
{
border-color: #B2B3A1;
}
.TagClassName
{
border-color: #B2B3A1;
}
</style>