Shades of Martini #BFAEA9
Tints of Martini #BFAEA9
RGB
CMYK
RGB Variations
Color information
#BFAEA9 (or 0xBFAEA9) is known color: Martini. HEX triplet: BF, AE and A9. RGB value is (191,174,169). Sum of RGB (Red+Green+Blue) = 191+174+169=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA9 is #405156. Grayscale: #B2B2B2. Windows color (decimal): -4215127 or 11120319. OLE color: 11120319.
HSL color Cylindrical-coordinate representation of color #BFAEA9: hue angle of 13.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAEA9 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 169 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.25 |
| HSL | 13.64º | 0.15% | 0.71% | - |
| HSV(B) | 13.64º | 0.12% | 0.75% | - |
| XYZ | 43.78 | 44.21 | 43.76 | - |
| YUV | 178.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 169 | 0 | 0.09 | 0.12 | 0.25 | 13.64 | 0.15 | 0.71 |
| Hex | BF | AE | A9 | 0 | 9 | C | 19 | E | F | 47 |
| Octal | 277 | 256 | 251 | 0 | 11 | 14 | 31 | 16 | 17 | 107 |
| Binary | 10111111 | 10101110 | 10101001 | 0 | 1001 | 1100 | 11001 | 1110 | 1111 | 1000111 |
Color Harmonies of #BFAEA9
Complementary color
Monochromatic Colors of #BFAEA9
Black with #BFAEA9
Text Example
Text Example
White with #BFAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEA9; }
p { color: rgb(191,174,169); }
H1.HeaderClassName
{
color: #BFAEA9;
}
.AnyTagClassName
{
color: #BFAEA9;
}
</style>
background-color css
<style>
a { background-color: #BFAEA9; }
a { background-color: rgb(191,174,169); }
div.DivClassName
{
background-color: #BFAEA9;
}
.BgClassName
{
background-color: #BFAEA9;
}
</style>
border-color css
<style>
span { border-color: #BFAEA9; }
span { border-color: rgb(191,174,169); }
td.TdClassName
{
border-color: #BFAEA9;
}
.TagClassName
{
border-color: #BFAEA9;
}
</style>