Shades of Martini #BFA69F
Tints of Martini #BFA69F
RGB
CMYK
RGB Variations
Color information
#BFA69F (or 0xBFA69F) is known color: Martini. HEX triplet: BF, A6 and 9F. RGB value is (191,166,159). Sum of RGB (Red+Green+Blue) = 191+166+159=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA69F is #405960. Grayscale: #ACACAC. Windows color (decimal): -4217185 or 10462911. OLE color: 10462911.
HSL color Cylindrical-coordinate representation of color #BFA69F: hue angle of 13.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA69F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 159 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.25 |
| HSL | 13.13º | 0.2% | 0.69% | - |
| HSV(B) | 13.13º | 0.17% | 0.75% | - |
| XYZ | 41.38 | 40.85 | 38.51 | - |
| YUV | 172.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 159 | 0 | 0.13 | 0.17 | 0.25 | 13.13 | 0.2 | 0.69 |
| Hex | BF | A6 | 9F | 0 | D | 11 | 19 | D | 14 | 45 |
| Octal | 277 | 246 | 237 | 0 | 15 | 21 | 31 | 15 | 24 | 105 |
| Binary | 10111111 | 10100110 | 10011111 | 0 | 1101 | 10001 | 11001 | 1101 | 10100 | 1000101 |
Color Harmonies of #BFA69F
Complementary color
Monochromatic Colors of #BFA69F
Black with #BFA69F
Text Example
Text Example
White with #BFA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA69F; }
p { color: rgb(191,166,159); }
H1.HeaderClassName
{
color: #BFA69F;
}
.AnyTagClassName
{
color: #BFA69F;
}
</style>
background-color css
<style>
a { background-color: #BFA69F; }
a { background-color: rgb(191,166,159); }
div.DivClassName
{
background-color: #BFA69F;
}
.BgClassName
{
background-color: #BFA69F;
}
</style>
border-color css
<style>
span { border-color: #BFA69F; }
span { border-color: rgb(191,166,159); }
td.TdClassName
{
border-color: #BFA69F;
}
.TagClassName
{
border-color: #BFA69F;
}
</style>