Shades of Maverick #B9B6B7
Tints of Maverick #B9B6B7
RGB
CMYK
RGB Variations
Color information
#B9B6B7 (or 0xB9B6B7) is known color: Maverick. HEX triplet: B9, B6 and B7. RGB value is (185,182,183). Sum of RGB (Red+Green+Blue) = 185+182+183=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6B7 is #464948. Grayscale: #B7B7B7. Windows color (decimal): -4606281 or 12039865. OLE color: 12039865.
HSL color Cylindrical-coordinate representation of color #B9B6B7: hue angle of 340º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9B6B7 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 182 | 183 | - |
CMYK | 0 | 0.02 | 0.01 | 0.27 |
HSL | 340º | 0.02% | 0.72% | - |
HSV(B) | 340º | 0.02% | 0.73% | - |
XYZ | 45.28 | 47.19 | 51.52 | - |
YUV | 183.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 182 | 183 | 0 | 0.02 | 0.01 | 0.27 | 340 | 0.02 | 0.72 |
Hex | B9 | B6 | B7 | 0 | 2 | 1 | 1B | 154 | 2 | 48 |
Octal | 271 | 266 | 267 | 0 | 2 | 1 | 33 | 524 | 2 | 110 |
Binary | 10111001 | 10110110 | 10110111 | 0 | 10 | 1 | 11011 | 101010100 | 10 | 1001000 |
Color Harmonies of #B9B6B7
Complementary color
Monochromatic Colors of #B9B6B7
Black with #B9B6B7
Text Example
Text Example
White with #B9B6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B6B7; }
p { color: rgb(185,182,183); }
H1.HeaderClassName
{
color: #B9B6B7;
}
.AnyTagClassName
{
color: #B9B6B7;
}
</style>
background-color css
<style>
a { background-color: #B9B6B7; }
a { background-color: rgb(185,182,183); }
div.DivClassName
{
background-color: #B9B6B7;
}
.BgClassName
{
background-color: #B9B6B7;
}
</style>
border-color css
<style>
span { border-color: #B9B6B7; }
span { border-color: rgb(185,182,183); }
td.TdClassName
{
border-color: #B9B6B7;
}
.TagClassName
{
border-color: #B9B6B7;
}
</style>