Shades of Martini #BFA599
Tints of Martini #BFA599
RGB
CMYK
RGB Variations
Color information
#BFA599 (or 0xBFA599) is known color: Martini. HEX triplet: BF, A5 and 99. RGB value is (191,165,153). Sum of RGB (Red+Green+Blue) = 191+165+153=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA599 is #405A66. Grayscale: #ABABAB. Windows color (decimal): -4217447 or 10069439. OLE color: 10069439.
HSL color Cylindrical-coordinate representation of color #BFA599: hue angle of 18.95º 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 #BFA599 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 153 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.25 |
| HSL | 18.95º | 0.23% | 0.67% | - |
| HSV(B) | 18.95º | 0.2% | 0.75% | - |
| XYZ | 40.69 | 40.29 | 35.77 | - |
| YUV | 171.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 153 | 0 | 0.14 | 0.20 | 0.25 | 18.95 | 0.23 | 0.67 |
| Hex | BF | A5 | 99 | 0 | E | 14 | 19 | 13 | 17 | 43 |
| Octal | 277 | 245 | 231 | 0 | 16 | 24 | 31 | 23 | 27 | 103 |
| Binary | 10111111 | 10100101 | 10011001 | 0 | 1110 | 10100 | 11001 | 10011 | 10111 | 1000011 |
Color Harmonies of #BFA599
Complementary color
Monochromatic Colors of #BFA599
Black with #BFA599
Text Example
Text Example
White with #BFA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA599; }
p { color: rgb(191,165,153); }
H1.HeaderClassName
{
color: #BFA599;
}
.AnyTagClassName
{
color: #BFA599;
}
</style>
background-color css
<style>
a { background-color: #BFA599; }
a { background-color: rgb(191,165,153); }
div.DivClassName
{
background-color: #BFA599;
}
.BgClassName
{
background-color: #BFA599;
}
</style>
border-color css
<style>
span { border-color: #BFA599; }
span { border-color: rgb(191,165,153); }
td.TdClassName
{
border-color: #BFA599;
}
.TagClassName
{
border-color: #BFA599;
}
</style>