Shades of Martini #BFA89F
Tints of Martini #BFA89F
RGB
CMYK
RGB Variations
Color information
#BFA89F (or 0xBFA89F) is known color: Martini. HEX triplet: BF, A8 and 9F. RGB value is (191,168,159). Sum of RGB (Red+Green+Blue) = 191+168+159=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA89F is #405760. Grayscale: #ADADAD. Windows color (decimal): -4216673 or 10463423. OLE color: 10463423.
HSL color Cylindrical-coordinate representation of color #BFA89F: hue angle of 16.88º 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 #BFA89F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 159 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.25 |
| HSL | 16.88º | 0.2% | 0.69% | - |
| HSV(B) | 16.88º | 0.17% | 0.75% | - |
| XYZ | 41.75 | 41.58 | 38.63 | - |
| YUV | 173.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 159 | 0 | 0.12 | 0.17 | 0.25 | 16.88 | 0.2 | 0.69 |
| Hex | BF | A8 | 9F | 0 | C | 11 | 19 | 11 | 14 | 45 |
| Octal | 277 | 250 | 237 | 0 | 14 | 21 | 31 | 21 | 24 | 105 |
| Binary | 10111111 | 10101000 | 10011111 | 0 | 1100 | 10001 | 11001 | 10001 | 10100 | 1000101 |
Color Harmonies of #BFA89F
Complementary color
Monochromatic Colors of #BFA89F
Black with #BFA89F
Text Example
Text Example
White with #BFA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA89F; }
p { color: rgb(191,168,159); }
H1.HeaderClassName
{
color: #BFA89F;
}
.AnyTagClassName
{
color: #BFA89F;
}
</style>
background-color css
<style>
a { background-color: #BFA89F; }
a { background-color: rgb(191,168,159); }
div.DivClassName
{
background-color: #BFA89F;
}
.BgClassName
{
background-color: #BFA89F;
}
</style>
border-color css
<style>
span { border-color: #BFA89F; }
span { border-color: rgb(191,168,159); }
td.TdClassName
{
border-color: #BFA89F;
}
.TagClassName
{
border-color: #BFA89F;
}
</style>