Shades of Martini #BFAAA6
Tints of Martini #BFAAA6
RGB
CMYK
RGB Variations
Color information
#BFAAA6 (or 0xBFAAA6) is known color: Martini. HEX triplet: BF, AA and A6. RGB value is (191,170,166). Sum of RGB (Red+Green+Blue) = 191+170+166=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA6 is #405559. Grayscale: #AFAFAF. Windows color (decimal): -4216154 or 10922687. OLE color: 10922687.
HSL color Cylindrical-coordinate representation of color #BFAAA6: hue angle of 9.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 166 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.25 |
| HSL | 9.6º | 0.16% | 0.7% | - |
| HSV(B) | 9.6º | 0.13% | 0.75% | - |
| XYZ | 42.74 | 42.58 | 42.04 | - |
| YUV | 175.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 166 | 0 | 0.11 | 0.13 | 0.25 | 9.6 | 0.16 | 0.7 |
| Hex | BF | AA | A6 | 0 | B | D | 19 | A | 10 | 46 |
| Octal | 277 | 252 | 246 | 0 | 13 | 15 | 31 | 12 | 20 | 106 |
| Binary | 10111111 | 10101010 | 10100110 | 0 | 1011 | 1101 | 11001 | 1010 | 10000 | 1000110 |
Color Harmonies of #BFAAA6
Complementary color
Monochromatic Colors of #BFAAA6
Black with #BFAAA6
Text Example
Text Example
White with #BFAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAAA6; }
p { color: rgb(191,170,166); }
H1.HeaderClassName
{
color: #BFAAA6;
}
.AnyTagClassName
{
color: #BFAAA6;
}
</style>
background-color css
<style>
a { background-color: #BFAAA6; }
a { background-color: rgb(191,170,166); }
div.DivClassName
{
background-color: #BFAAA6;
}
.BgClassName
{
background-color: #BFAAA6;
}
</style>
border-color css
<style>
span { border-color: #BFAAA6; }
span { border-color: rgb(191,170,166); }
td.TdClassName
{
border-color: #BFAAA6;
}
.TagClassName
{
border-color: #BFAAA6;
}
</style>