Shades of Maverick #BFAAB9
Tints of Maverick #BFAAB9
RGB
CMYK
RGB Variations
Color information
#BFAAB9 (or 0xBFAAB9) is known color: Maverick. HEX triplet: BF, AA and B9. RGB value is (191,170,185). Sum of RGB (Red+Green+Blue) = 191+170+185=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB9 is #405546. Grayscale: #B1B1B1. Windows color (decimal): -4216135 or 12167871. OLE color: 12167871.
HSL color Cylindrical-coordinate representation of color #BFAAB9: hue angle of 317.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAB9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 185 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.25 |
| HSL | 317.14º | 0.14% | 0.71% | - |
| HSV(B) | 317.14º | 0.11% | 0.75% | - |
| XYZ | 44.62 | 43.33 | 51.91 | - |
| YUV | 177.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 185 | 0 | 0.11 | 0.03 | 0.25 | 317.14 | 0.14 | 0.71 |
| Hex | BF | AA | B9 | 0 | B | 3 | 19 | 13D | E | 47 |
| Octal | 277 | 252 | 271 | 0 | 13 | 3 | 31 | 475 | 16 | 107 |
| Binary | 10111111 | 10101010 | 10111001 | 0 | 1011 | 11 | 11001 | 100111101 | 1110 | 1000111 |
Color Harmonies of #BFAAB9
Complementary color
Monochromatic Colors of #BFAAB9
Black with #BFAAB9
Text Example
Text Example
White with #BFAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAB9; }
p { color: rgb(191,170,185); }
H1.HeaderClassName
{
color: #BFAAB9;
}
.AnyTagClassName
{
color: #BFAAB9;
}
</style>
background-color css
<style>
a { background-color: #BFAAB9; }
a { background-color: rgb(191,170,185); }
div.DivClassName
{
background-color: #BFAAB9;
}
.BgClassName
{
background-color: #BFAAB9;
}
</style>
border-color css
<style>
span { border-color: #BFAAB9; }
span { border-color: rgb(191,170,185); }
td.TdClassName
{
border-color: #BFAAB9;
}
.TagClassName
{
border-color: #BFAAB9;
}
</style>