Shades of Grey Nickel #B7B5AB
Tints of Grey Nickel #B7B5AB
RGB
CMYK
RGB Variations
Color information
#B7B5AB (or 0xB7B5AB) is known color: Grey Nickel. HEX triplet: B7, B5 and AB. RGB value is (183,181,171). Sum of RGB (Red+Green+Blue) = 183+181+171=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B5AB is #484A54. Grayscale: #B4B4B4. Windows color (decimal): -4737621 or 11253175. OLE color: 11253175.
HSL color Cylindrical-coordinate representation of color #B7B5AB: hue angle of 50º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7B5AB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 181 | 171 | - |
CMYK | 0 | 0.01 | 0.07 | 0.28 |
HSL | 50º | 0.08% | 0.69% | - |
HSV(B) | 50º | 0.07% | 0.72% | - |
XYZ | 43.4 | 46.06 | 45.13 | - |
YUV | 180.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 171 | 0 | 0.01 | 0.07 | 0.28 | 50 | 0.08 | 0.69 |
Hex | B7 | B5 | AB | 0 | 1 | 7 | 1C | 32 | 8 | 45 |
Octal | 267 | 265 | 253 | 0 | 1 | 7 | 34 | 62 | 10 | 105 |
Binary | 10110111 | 10110101 | 10101011 | 0 | 1 | 111 | 11100 | 110010 | 1000 | 1000101 |
Color Harmonies of #B7B5AB
Complementary color
Monochromatic Colors of #B7B5AB
Black with #B7B5AB
Text Example
Text Example
White with #B7B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5AB; }
p { color: rgb(183,181,171); }
H1.HeaderClassName
{
color: #B7B5AB;
}
.AnyTagClassName
{
color: #B7B5AB;
}
</style>
background-color css
<style>
a { background-color: #B7B5AB; }
a { background-color: rgb(183,181,171); }
div.DivClassName
{
background-color: #B7B5AB;
}
.BgClassName
{
background-color: #B7B5AB;
}
</style>
border-color css
<style>
span { border-color: #B7B5AB; }
span { border-color: rgb(183,181,171); }
td.TdClassName
{
border-color: #B7B5AB;
}
.TagClassName
{
border-color: #B7B5AB;
}
</style>