Shades of Martini #BFA29A
Tints of Martini #BFA29A
RGB
CMYK
RGB Variations
Color information
#BFA29A (or 0xBFA29A) is known color: Martini. HEX triplet: BF, A2 and 9A. RGB value is (191,162,154). Sum of RGB (Red+Green+Blue) = 191+162+154=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29A is #405D65. Grayscale: #A9A9A9. Windows color (decimal): -4218214 or 10134207. OLE color: 10134207.
HSL color Cylindrical-coordinate representation of color #BFA29A: hue angle of 12.97º 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 #BFA29A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 154 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.25 |
| HSL | 12.97º | 0.22% | 0.68% | - |
| HSV(B) | 12.97º | 0.19% | 0.75% | - |
| XYZ | 40.24 | 39.25 | 36.03 | - |
| YUV | 169.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 154 | 0 | 0.15 | 0.19 | 0.25 | 12.97 | 0.22 | 0.68 |
| Hex | BF | A2 | 9A | 0 | F | 13 | 19 | D | 16 | 44 |
| Octal | 277 | 242 | 232 | 0 | 17 | 23 | 31 | 15 | 26 | 104 |
| Binary | 10111111 | 10100010 | 10011010 | 0 | 1111 | 10011 | 11001 | 1101 | 10110 | 1000100 |
Color Harmonies of #BFA29A
Complementary color
Monochromatic Colors of #BFA29A
Black with #BFA29A
Text Example
Text Example
White with #BFA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA29A; }
p { color: rgb(191,162,154); }
H1.HeaderClassName
{
color: #BFA29A;
}
.AnyTagClassName
{
color: #BFA29A;
}
</style>
background-color css
<style>
a { background-color: #BFA29A; }
a { background-color: rgb(191,162,154); }
div.DivClassName
{
background-color: #BFA29A;
}
.BgClassName
{
background-color: #BFA29A;
}
</style>
border-color css
<style>
span { border-color: #BFA29A; }
span { border-color: rgb(191,162,154); }
td.TdClassName
{
border-color: #BFA29A;
}
.TagClassName
{
border-color: #BFA29A;
}
</style>