Shades of Martini #BFA398
Tints of Martini #BFA398
RGB
CMYK
RGB Variations
Color information
#BFA398 (or 0xBFA398) is known color: Martini. HEX triplet: BF, A3 and 98. RGB value is (191,163,152). Sum of RGB (Red+Green+Blue) = 191+163+152=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA398 is #405C67. Grayscale: #AAAAAA. Windows color (decimal): -4217960 or 10003391. OLE color: 10003391.
HSL color Cylindrical-coordinate representation of color #BFA398: hue angle of 16.92º 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 #BFA398 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 152 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.25 |
| HSL | 16.92º | 0.23% | 0.67% | - |
| HSV(B) | 16.92º | 0.2% | 0.75% | - |
| XYZ | 40.25 | 39.54 | 35.22 | - |
| YUV | 170.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 152 | 0 | 0.15 | 0.20 | 0.25 | 16.92 | 0.23 | 0.67 |
| Hex | BF | A3 | 98 | 0 | F | 14 | 19 | 11 | 17 | 43 |
| Octal | 277 | 243 | 230 | 0 | 17 | 24 | 31 | 21 | 27 | 103 |
| Binary | 10111111 | 10100011 | 10011000 | 0 | 1111 | 10100 | 11001 | 10001 | 10111 | 1000011 |
Color Harmonies of #BFA398
Complementary color
Monochromatic Colors of #BFA398
Black with #BFA398
Text Example
Text Example
White with #BFA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA398; }
p { color: rgb(191,163,152); }
H1.HeaderClassName
{
color: #BFA398;
}
.AnyTagClassName
{
color: #BFA398;
}
</style>
background-color css
<style>
a { background-color: #BFA398; }
a { background-color: rgb(191,163,152); }
div.DivClassName
{
background-color: #BFA398;
}
.BgClassName
{
background-color: #BFA398;
}
</style>
border-color css
<style>
span { border-color: #BFA398; }
span { border-color: rgb(191,163,152); }
td.TdClassName
{
border-color: #BFA398;
}
.TagClassName
{
border-color: #BFA398;
}
</style>