Shades of Maverick #BFB7BA
Tints of Maverick #BFB7BA
RGB
CMYK
RGB Variations
Color information
#BFB7BA (or 0xBFB7BA) is known color: Maverick. HEX triplet: BF, B7 and BA. RGB value is (191,183,186). Sum of RGB (Red+Green+Blue) = 191+183+186=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7BA is #404845. Grayscale: #B9B9B9. Windows color (decimal): -4212806 or 12236735. OLE color: 12236735.
HSL color Cylindrical-coordinate representation of color #BFB7BA: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB7BA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 186 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.25 |
| HSL | 337.5º | 0.06% | 0.73% | - |
| HSV(B) | 337.5º | 0.04% | 0.75% | - |
| XYZ | 47.28 | 48.49 | 53.32 | - |
| YUV | 185.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 186 | 0 | 0.04 | 0.03 | 0.25 | 337.5 | 0.06 | 0.73 |
| Hex | BF | B7 | BA | 0 | 4 | 3 | 19 | 152 | 6 | 49 |
| Octal | 277 | 267 | 272 | 0 | 4 | 3 | 31 | 522 | 6 | 111 |
| Binary | 10111111 | 10110111 | 10111010 | 0 | 100 | 11 | 11001 | 101010010 | 110 | 1001001 |
Color Harmonies of #BFB7BA
Complementary color
Monochromatic Colors of #BFB7BA
Black with #BFB7BA
Text Example
Text Example
White with #BFB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7BA; }
p { color: rgb(191,183,186); }
H1.HeaderClassName
{
color: #BFB7BA;
}
.AnyTagClassName
{
color: #BFB7BA;
}
</style>
background-color css
<style>
a { background-color: #BFB7BA; }
a { background-color: rgb(191,183,186); }
div.DivClassName
{
background-color: #BFB7BA;
}
.BgClassName
{
background-color: #BFB7BA;
}
</style>
border-color css
<style>
span { border-color: #BFB7BA; }
span { border-color: rgb(191,183,186); }
td.TdClassName
{
border-color: #BFB7BA;
}
.TagClassName
{
border-color: #BFB7BA;
}
</style>