Shades of Martini #BFA49D
Tints of Martini #BFA49D
RGB
CMYK
RGB Variations
Color information
#BFA49D (or 0xBFA49D) is known color: Martini. HEX triplet: BF, A4 and 9D. RGB value is (191,164,157). Sum of RGB (Red+Green+Blue) = 191+164+157=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA49D is #405B62. Grayscale: #ABABAB. Windows color (decimal): -4217699 or 10331327. OLE color: 10331327.
HSL color Cylindrical-coordinate representation of color #BFA49D: hue angle of 12.35º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA49D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 157 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.25 |
| HSL | 12.35º | 0.21% | 0.68% | - |
| HSV(B) | 12.35º | 0.18% | 0.75% | - |
| XYZ | 40.85 | 40.06 | 37.48 | - |
| YUV | 171.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 157 | 0 | 0.14 | 0.18 | 0.25 | 12.35 | 0.21 | 0.68 |
| Hex | BF | A4 | 9D | 0 | E | 12 | 19 | C | 15 | 44 |
| Octal | 277 | 244 | 235 | 0 | 16 | 22 | 31 | 14 | 25 | 104 |
| Binary | 10111111 | 10100100 | 10011101 | 0 | 1110 | 10010 | 11001 | 1100 | 10101 | 1000100 |
Color Harmonies of #BFA49D
Complementary color
Monochromatic Colors of #BFA49D
Black with #BFA49D
Text Example
Text Example
White with #BFA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA49D; }
p { color: rgb(191,164,157); }
H1.HeaderClassName
{
color: #BFA49D;
}
.AnyTagClassName
{
color: #BFA49D;
}
</style>
background-color css
<style>
a { background-color: #BFA49D; }
a { background-color: rgb(191,164,157); }
div.DivClassName
{
background-color: #BFA49D;
}
.BgClassName
{
background-color: #BFA49D;
}
</style>
border-color css
<style>
span { border-color: #BFA49D; }
span { border-color: rgb(191,164,157); }
td.TdClassName
{
border-color: #BFA49D;
}
.TagClassName
{
border-color: #BFA49D;
}
</style>