Shades of Martini #BFA49F
Tints of Martini #BFA49F
RGB
CMYK
RGB Variations
Color information
#BFA49F (or 0xBFA49F) is known color: Martini. HEX triplet: BF, A4 and 9F. RGB value is (191,164,159). Sum of RGB (Red+Green+Blue) = 191+164+159=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA49F is #405B60. Grayscale: #ABABAB. Windows color (decimal): -4217697 or 10462399. OLE color: 10462399.
HSL color Cylindrical-coordinate representation of color #BFA49F: hue angle of 9.38º 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 #BFA49F is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 159 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.25 |
| HSL | 9.38º | 0.2% | 0.69% | - |
| HSV(B) | 9.38º | 0.17% | 0.75% | - |
| XYZ | 41.02 | 40.13 | 38.38 | - |
| YUV | 171.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 159 | 0 | 0.14 | 0.17 | 0.25 | 9.38 | 0.2 | 0.69 |
| Hex | BF | A4 | 9F | 0 | E | 11 | 19 | 9 | 14 | 45 |
| Octal | 277 | 244 | 237 | 0 | 16 | 21 | 31 | 11 | 24 | 105 |
| Binary | 10111111 | 10100100 | 10011111 | 0 | 1110 | 10001 | 11001 | 1001 | 10100 | 1000101 |
Color Harmonies of #BFA49F
Complementary color
Monochromatic Colors of #BFA49F
Black with #BFA49F
Text Example
Text Example
White with #BFA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA49F; }
p { color: rgb(191,164,159); }
H1.HeaderClassName
{
color: #BFA49F;
}
.AnyTagClassName
{
color: #BFA49F;
}
</style>
background-color css
<style>
a { background-color: #BFA49F; }
a { background-color: rgb(191,164,159); }
div.DivClassName
{
background-color: #BFA49F;
}
.BgClassName
{
background-color: #BFA49F;
}
</style>
border-color css
<style>
span { border-color: #BFA49F; }
span { border-color: rgb(191,164,159); }
td.TdClassName
{
border-color: #BFA49F;
}
.TagClassName
{
border-color: #BFA49F;
}
</style>