Shades of Bombay #B3B4A8
Tints of Bombay #B3B4A8
RGB
CMYK
RGB Variations
Color information
#B3B4A8 (or 0xB3B4A8) is known color: Bombay. HEX triplet: B3, B4 and A8. RGB value is (179,180,168). Sum of RGB (Red+Green+Blue) = 179+180+168=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4A8 is #4C4B57. Grayscale: #B2B2B2. Windows color (decimal): -5000024 or 11056307. OLE color: 11056307.
HSL color Cylindrical-coordinate representation of color #B3B4A8: hue angle of 65º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B4A8 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 180 | 168 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.29 |
| HSL | 65º | 0.07% | 0.68% | - |
| HSV(B) | 65º | 0.07% | 0.71% | - |
| XYZ | 41.98 | 45.05 | 43.53 | - |
| YUV | 178.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 168 | 0.01 | 0 | 0.07 | 0.29 | 65 | 0.07 | 0.68 |
| Hex | B3 | B4 | A8 | 1 | 0 | 7 | 1D | 41 | 7 | 44 |
| Octal | 263 | 264 | 250 | 1 | 0 | 7 | 35 | 101 | 7 | 104 |
| Binary | 10110011 | 10110100 | 10101000 | 1 | 0 | 111 | 11101 | 1000001 | 111 | 1000100 |
Color Harmonies of #B3B4A8
Complementary color
Monochromatic Colors of #B3B4A8
Black with #B3B4A8
Text Example
Text Example
White with #B3B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B4A8; }
p { color: rgb(179,180,168); }
H1.HeaderClassName
{
color: #B3B4A8;
}
.AnyTagClassName
{
color: #B3B4A8;
}
</style>
background-color css
<style>
a { background-color: #B3B4A8; }
a { background-color: rgb(179,180,168); }
div.DivClassName
{
background-color: #B3B4A8;
}
.BgClassName
{
background-color: #B3B4A8;
}
</style>
border-color css
<style>
span { border-color: #B3B4A8; }
span { border-color: rgb(179,180,168); }
td.TdClassName
{
border-color: #B3B4A8;
}
.TagClassName
{
border-color: #B3B4A8;
}
</style>