Shades of Martini #BFA198
Tints of Martini #BFA198
RGB
CMYK
RGB Variations
Color information
#BFA198 (or 0xBFA198) is known color: Martini. HEX triplet: BF, A1 and 98. RGB value is (191,161,152). Sum of RGB (Red+Green+Blue) = 191+161+152=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA198 is #405E67. Grayscale: #A9A9A9. Windows color (decimal): -4218472 or 10002879. OLE color: 10002879.
HSL color Cylindrical-coordinate representation of color #BFA198: hue angle of 13.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA198 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 152 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.25 |
| HSL | 13.85º | 0.23% | 0.67% | - |
| HSV(B) | 13.85º | 0.2% | 0.75% | - |
| XYZ | 39.9 | 38.83 | 35.1 | - |
| YUV | 168.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 152 | 0 | 0.16 | 0.20 | 0.25 | 13.85 | 0.23 | 0.67 |
| Hex | BF | A1 | 98 | 0 | 10 | 14 | 19 | E | 17 | 43 |
| Octal | 277 | 241 | 230 | 0 | 20 | 24 | 31 | 16 | 27 | 103 |
| Binary | 10111111 | 10100001 | 10011000 | 0 | 10000 | 10100 | 11001 | 1110 | 10111 | 1000011 |
Color Harmonies of #BFA198
Complementary color
Monochromatic Colors of #BFA198
Black with #BFA198
Text Example
Text Example
White with #BFA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA198; }
p { color: rgb(191,161,152); }
H1.HeaderClassName
{
color: #BFA198;
}
.AnyTagClassName
{
color: #BFA198;
}
</style>
background-color css
<style>
a { background-color: #BFA198; }
a { background-color: rgb(191,161,152); }
div.DivClassName
{
background-color: #BFA198;
}
.BgClassName
{
background-color: #BFA198;
}
</style>
border-color css
<style>
span { border-color: #BFA198; }
span { border-color: rgb(191,161,152); }
td.TdClassName
{
border-color: #BFA198;
}
.TagClassName
{
border-color: #BFA198;
}
</style>