Shades of Martini #BFA9A6
Tints of Martini #BFA9A6
RGB
CMYK
RGB Variations
Color information
#BFA9A6 (or 0xBFA9A6) is known color: Martini. HEX triplet: BF, A9 and A6. RGB value is (191,169,166). Sum of RGB (Red+Green+Blue) = 191+169+166=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9A6 is #405659. Grayscale: #AFAFAF. Windows color (decimal): -4216410 or 10922431. OLE color: 10922431.
HSL color Cylindrical-coordinate representation of color #BFA9A6: hue angle of 7.2º 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 #BFA9A6 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 166 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.25 |
| HSL | 7.2º | 0.16% | 0.7% | - |
| HSV(B) | 7.2º | 0.13% | 0.75% | - |
| XYZ | 42.56 | 42.21 | 41.98 | - |
| YUV | 175.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 166 | 0 | 0.12 | 0.13 | 0.25 | 7.2 | 0.16 | 0.7 |
| Hex | BF | A9 | A6 | 0 | C | D | 19 | 7 | 10 | 46 |
| Octal | 277 | 251 | 246 | 0 | 14 | 15 | 31 | 7 | 20 | 106 |
| Binary | 10111111 | 10101001 | 10100110 | 0 | 1100 | 1101 | 11001 | 111 | 10000 | 1000110 |
Color Harmonies of #BFA9A6
Complementary color
Monochromatic Colors of #BFA9A6
Black with #BFA9A6
Text Example
Text Example
White with #BFA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA9A6; }
p { color: rgb(191,169,166); }
H1.HeaderClassName
{
color: #BFA9A6;
}
.AnyTagClassName
{
color: #BFA9A6;
}
</style>
background-color css
<style>
a { background-color: #BFA9A6; }
a { background-color: rgb(191,169,166); }
div.DivClassName
{
background-color: #BFA9A6;
}
.BgClassName
{
background-color: #BFA9A6;
}
</style>
border-color css
<style>
span { border-color: #BFA9A6; }
span { border-color: rgb(191,169,166); }
td.TdClassName
{
border-color: #BFA9A6;
}
.TagClassName
{
border-color: #BFA9A6;
}
</style>