Shades of Bombay #B5B5B3
Tints of Bombay #B5B5B3
RGB
CMYK
RGB Variations
Color information
#B5B5B3 (or 0xB5B5B3) is known color: Bombay. HEX triplet: B5, B5 and B3. RGB value is (181,181,179). Sum of RGB (Red+Green+Blue) = 181+181+179=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B5B3 is #4A4A4C. Grayscale: #B4B4B4. Windows color (decimal): -4868685 or 11777461. OLE color: 11777461.
HSL color Cylindrical-coordinate representation of color #B5B5B3: hue angle of 60º degrees, saturation: 0.01, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B5B5B3 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 181 | 179 | - |
CMYK | 0 | 0 | 0.01 | 0.29 |
HSL | 60º | 0.01% | 0.71% | - |
HSV(B) | 60º | 0.01% | 0.71% | - |
XYZ | 43.72 | 46.13 | 49.25 | - |
YUV | 180.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 179 | 0 | 0 | 0.01 | 0.29 | 60 | 0.01 | 0.71 |
Hex | B5 | B5 | B3 | 0 | 0 | 1 | 1D | 3C | 1 | 47 |
Octal | 265 | 265 | 263 | 0 | 0 | 1 | 35 | 74 | 1 | 107 |
Binary | 10110101 | 10110101 | 10110011 | 0 | 0 | 1 | 11101 | 111100 | 1 | 1000111 |
Color Harmonies of #B5B5B3
Complementary color
Monochromatic Colors of #B5B5B3
Black with #B5B5B3
Text Example
Text Example
White with #B5B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5B3; }
p { color: rgb(181,181,179); }
H1.HeaderClassName
{
color: #B5B5B3;
}
.AnyTagClassName
{
color: #B5B5B3;
}
</style>
background-color css
<style>
a { background-color: #B5B5B3; }
a { background-color: rgb(181,181,179); }
div.DivClassName
{
background-color: #B5B5B3;
}
.BgClassName
{
background-color: #B5B5B3;
}
</style>
border-color css
<style>
span { border-color: #B5B5B3; }
span { border-color: rgb(181,181,179); }
td.TdClassName
{
border-color: #B5B5B3;
}
.TagClassName
{
border-color: #B5B5B3;
}
</style>