Shades of Martini #BFA69A
Tints of Martini #BFA69A
RGB
CMYK
RGB Variations
Color information
#BFA69A (or 0xBFA69A) is known color: Martini. HEX triplet: BF, A6 and 9A. RGB value is (191,166,154). Sum of RGB (Red+Green+Blue) = 191+166+154=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA69A is #405965. Grayscale: #ACACAC. Windows color (decimal): -4217190 or 10135231. OLE color: 10135231.
HSL color Cylindrical-coordinate representation of color #BFA69A: hue angle of 19.46º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA69A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 154 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.25 |
| HSL | 19.46º | 0.22% | 0.68% | - |
| HSV(B) | 19.46º | 0.19% | 0.75% | - |
| XYZ | 40.95 | 40.68 | 36.27 | - |
| YUV | 172.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 154 | 0 | 0.13 | 0.19 | 0.25 | 19.46 | 0.22 | 0.68 |
| Hex | BF | A6 | 9A | 0 | D | 13 | 19 | 13 | 16 | 44 |
| Octal | 277 | 246 | 232 | 0 | 15 | 23 | 31 | 23 | 26 | 104 |
| Binary | 10111111 | 10100110 | 10011010 | 0 | 1101 | 10011 | 11001 | 10011 | 10110 | 1000100 |
Color Harmonies of #BFA69A
Complementary color
Monochromatic Colors of #BFA69A
Black with #BFA69A
Text Example
Text Example
White with #BFA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA69A; }
p { color: rgb(191,166,154); }
H1.HeaderClassName
{
color: #BFA69A;
}
.AnyTagClassName
{
color: #BFA69A;
}
</style>
background-color css
<style>
a { background-color: #BFA69A; }
a { background-color: rgb(191,166,154); }
div.DivClassName
{
background-color: #BFA69A;
}
.BgClassName
{
background-color: #BFA69A;
}
</style>
border-color css
<style>
span { border-color: #BFA69A; }
span { border-color: rgb(191,166,154); }
td.TdClassName
{
border-color: #BFA69A;
}
.TagClassName
{
border-color: #BFA69A;
}
</style>