Shades of Martini #BFA299
Tints of Martini #BFA299
RGB
CMYK
RGB Variations
Color information
#BFA299 (or 0xBFA299) is known color: Martini. HEX triplet: BF, A2 and 99. RGB value is (191,162,153). Sum of RGB (Red+Green+Blue) = 191+162+153=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA299 is #405D66. Grayscale: #A9A9A9. Windows color (decimal): -4218215 or 10068671. OLE color: 10068671.
HSL color Cylindrical-coordinate representation of color #BFA299: hue angle of 14.21º 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 #BFA299 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 153 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.25 |
| HSL | 14.21º | 0.23% | 0.67% | - |
| HSV(B) | 14.21º | 0.2% | 0.75% | - |
| XYZ | 40.16 | 39.22 | 35.59 | - |
| YUV | 169.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 153 | 0 | 0.15 | 0.20 | 0.25 | 14.21 | 0.23 | 0.67 |
| Hex | BF | A2 | 99 | 0 | F | 14 | 19 | E | 17 | 43 |
| Octal | 277 | 242 | 231 | 0 | 17 | 24 | 31 | 16 | 27 | 103 |
| Binary | 10111111 | 10100010 | 10011001 | 0 | 1111 | 10100 | 11001 | 1110 | 10111 | 1000011 |
Color Harmonies of #BFA299
Complementary color
Monochromatic Colors of #BFA299
Black with #BFA299
Text Example
Text Example
White with #BFA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA299; }
p { color: rgb(191,162,153); }
H1.HeaderClassName
{
color: #BFA299;
}
.AnyTagClassName
{
color: #BFA299;
}
</style>
background-color css
<style>
a { background-color: #BFA299; }
a { background-color: rgb(191,162,153); }
div.DivClassName
{
background-color: #BFA299;
}
.BgClassName
{
background-color: #BFA299;
}
</style>
border-color css
<style>
span { border-color: #BFA299; }
span { border-color: rgb(191,162,153); }
td.TdClassName
{
border-color: #BFA299;
}
.TagClassName
{
border-color: #BFA299;
}
</style>