Shades of Grey Nickel #B9B8B1
Tints of Grey Nickel #B9B8B1
RGB
CMYK
RGB Variations
Color information
#B9B8B1 (or 0xB9B8B1) is known color: Grey Nickel. HEX triplet: B9, B8 and B1. RGB value is (185,184,177). Sum of RGB (Red+Green+Blue) = 185+184+177=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B8B1 is #46474E. Grayscale: #B7B7B7. Windows color (decimal): -4605775 or 11647161. OLE color: 11647161.
HSL color Cylindrical-coordinate representation of color #B9B8B1: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9B8B1 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 177 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.27 |
| HSL | 52.5º | 0.05% | 0.71% | - |
| HSV(B) | 52.5º | 0.04% | 0.73% | - |
| XYZ | 45.08 | 47.77 | 48.44 | - |
| YUV | 183.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 177 | 0 | 0.01 | 0.04 | 0.27 | 52.5 | 0.05 | 0.71 |
| Hex | B9 | B8 | B1 | 0 | 1 | 4 | 1B | 34 | 5 | 47 |
| Octal | 271 | 270 | 261 | 0 | 1 | 4 | 33 | 64 | 5 | 107 |
| Binary | 10111001 | 10111000 | 10110001 | 0 | 1 | 100 | 11011 | 110100 | 101 | 1000111 |
Color Harmonies of #B9B8B1
Complementary color
Monochromatic Colors of #B9B8B1
Black with #B9B8B1
Text Example
Text Example
White with #B9B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B8B1; }
p { color: rgb(185,184,177); }
H1.HeaderClassName
{
color: #B9B8B1;
}
.AnyTagClassName
{
color: #B9B8B1;
}
</style>
background-color css
<style>
a { background-color: #B9B8B1; }
a { background-color: rgb(185,184,177); }
div.DivClassName
{
background-color: #B9B8B1;
}
.BgClassName
{
background-color: #B9B8B1;
}
</style>
border-color css
<style>
span { border-color: #B9B8B1; }
span { border-color: rgb(185,184,177); }
td.TdClassName
{
border-color: #B9B8B1;
}
.TagClassName
{
border-color: #B9B8B1;
}
</style>