Shades of Martini #BFABA6
Tints of Martini #BFABA6
RGB
CMYK
RGB Variations
Color information
#BFABA6 (or 0xBFABA6) is known color: Martini. HEX triplet: BF, AB and A6. RGB value is (191,171,166). Sum of RGB (Red+Green+Blue) = 191+171+166=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA6 is #405459. Grayscale: #B0B0B0. Windows color (decimal): -4215898 or 10922943. OLE color: 10922943.
HSL color Cylindrical-coordinate representation of color #BFABA6: hue angle of 12º 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 #BFABA6 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 166 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.25 |
| HSL | 12º | 0.16% | 0.7% | - |
| HSV(B) | 12º | 0.13% | 0.75% | - |
| XYZ | 42.93 | 42.96 | 42.1 | - |
| YUV | 176.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 166 | 0 | 0.10 | 0.13 | 0.25 | 12 | 0.16 | 0.7 |
| Hex | BF | AB | A6 | 0 | A | D | 19 | C | 10 | 46 |
| Octal | 277 | 253 | 246 | 0 | 12 | 15 | 31 | 14 | 20 | 106 |
| Binary | 10111111 | 10101011 | 10100110 | 0 | 1010 | 1101 | 11001 | 1100 | 10000 | 1000110 |
Color Harmonies of #BFABA6
Complementary color
Monochromatic Colors of #BFABA6
Black with #BFABA6
Text Example
Text Example
White with #BFABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABA6; }
p { color: rgb(191,171,166); }
H1.HeaderClassName
{
color: #BFABA6;
}
.AnyTagClassName
{
color: #BFABA6;
}
</style>
background-color css
<style>
a { background-color: #BFABA6; }
a { background-color: rgb(191,171,166); }
div.DivClassName
{
background-color: #BFABA6;
}
.BgClassName
{
background-color: #BFABA6;
}
</style>
border-color css
<style>
span { border-color: #BFABA6; }
span { border-color: rgb(191,171,166); }
td.TdClassName
{
border-color: #BFABA6;
}
.TagClassName
{
border-color: #BFABA6;
}
</style>