Shades of Maverick #B9B2B7
Tints of Maverick #B9B2B7
RGB
CMYK
RGB Variations
Color information
#B9B2B7 (or 0xB9B2B7) is known color: Maverick. HEX triplet: B9, B2 and B7. RGB value is (185,178,183). Sum of RGB (Red+Green+Blue) = 185+178+183=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B2B7 is #464D48. Grayscale: #B4B4B4. Windows color (decimal): -4607305 or 12038841. OLE color: 12038841.
HSL color Cylindrical-coordinate representation of color #B9B2B7: hue angle of 317.14º 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 #B9B2B7 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 178 | 183 | - |
CMYK | 0 | 0.04 | 0.01 | 0.27 |
HSL | 317.14º | 0.05% | 0.71% | - |
HSV(B) | 317.14º | 0.04% | 0.73% | - |
XYZ | 44.48 | 45.57 | 51.25 | - |
YUV | 180.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 178 | 183 | 0 | 0.04 | 0.01 | 0.27 | 317.14 | 0.05 | 0.71 |
Hex | B9 | B2 | B7 | 0 | 4 | 1 | 1B | 13D | 5 | 47 |
Octal | 271 | 262 | 267 | 0 | 4 | 1 | 33 | 475 | 5 | 107 |
Binary | 10111001 | 10110010 | 10110111 | 0 | 100 | 1 | 11011 | 100111101 | 101 | 1000111 |
Color Harmonies of #B9B2B7
Complementary color
Monochromatic Colors of #B9B2B7
Black with #B9B2B7
Text Example
Text Example
White with #B9B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B2B7; }
p { color: rgb(185,178,183); }
H1.HeaderClassName
{
color: #B9B2B7;
}
.AnyTagClassName
{
color: #B9B2B7;
}
</style>
background-color css
<style>
a { background-color: #B9B2B7; }
a { background-color: rgb(185,178,183); }
div.DivClassName
{
background-color: #B9B2B7;
}
.BgClassName
{
background-color: #B9B2B7;
}
</style>
border-color css
<style>
span { border-color: #B9B2B7; }
span { border-color: rgb(185,178,183); }
td.TdClassName
{
border-color: #B9B2B7;
}
.TagClassName
{
border-color: #B9B2B7;
}
</style>