Shades of Martini #BFA29C
Tints of Martini #BFA29C
RGB
CMYK
RGB Variations
Color information
#BFA29C (or 0xBFA29C) is known color: Martini. HEX triplet: BF, A2 and 9C. RGB value is (191,162,156). Sum of RGB (Red+Green+Blue) = 191+162+156=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29C is #405D63. Grayscale: #AAAAAA. Windows color (decimal): -4218212 or 10265279. OLE color: 10265279.
HSL color Cylindrical-coordinate representation of color #BFA29C: hue angle of 10.29º 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 #BFA29C is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 156 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.25 |
| HSL | 10.29º | 0.21% | 0.68% | - |
| HSV(B) | 10.29º | 0.18% | 0.75% | - |
| XYZ | 40.41 | 39.32 | 36.91 | - |
| YUV | 169.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 156 | 0 | 0.15 | 0.18 | 0.25 | 10.29 | 0.21 | 0.68 |
| Hex | BF | A2 | 9C | 0 | F | 12 | 19 | A | 15 | 44 |
| Octal | 277 | 242 | 234 | 0 | 17 | 22 | 31 | 12 | 25 | 104 |
| Binary | 10111111 | 10100010 | 10011100 | 0 | 1111 | 10010 | 11001 | 1010 | 10101 | 1000100 |
Color Harmonies of #BFA29C
Complementary color
Monochromatic Colors of #BFA29C
Black with #BFA29C
Text Example
Text Example
White with #BFA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA29C; }
p { color: rgb(191,162,156); }
H1.HeaderClassName
{
color: #BFA29C;
}
.AnyTagClassName
{
color: #BFA29C;
}
</style>
background-color css
<style>
a { background-color: #BFA29C; }
a { background-color: rgb(191,162,156); }
div.DivClassName
{
background-color: #BFA29C;
}
.BgClassName
{
background-color: #BFA29C;
}
</style>
border-color css
<style>
span { border-color: #BFA29C; }
span { border-color: rgb(191,162,156); }
td.TdClassName
{
border-color: #BFA29C;
}
.TagClassName
{
border-color: #BFA29C;
}
</style>