Shades of Martini #BDA79C
Tints of Martini #BDA79C
RGB
CMYK
RGB Variations
Color information
#BDA79C (or 0xBDA79C) is known color: Martini. HEX triplet: BD, A7 and 9C. RGB value is (189,167,156). Sum of RGB (Red+Green+Blue) = 189+167+156=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79C is #425863. Grayscale: #ACACAC. Windows color (decimal): -4348004 or 10266557. OLE color: 10266557.
HSL color Cylindrical-coordinate representation of color #BDA79C: hue angle of 20º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA79C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 156 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.26 |
| HSL | 20º | 0.2% | 0.68% | - |
| HSV(B) | 20º | 0.17% | 0.74% | - |
| XYZ | 40.81 | 40.86 | 37.19 | - |
| YUV | 172.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 156 | 0 | 0.12 | 0.17 | 0.26 | 20 | 0.2 | 0.68 |
| Hex | BD | A7 | 9C | 0 | C | 11 | 1A | 14 | 14 | 44 |
| Octal | 275 | 247 | 234 | 0 | 14 | 21 | 32 | 24 | 24 | 104 |
| Binary | 10111101 | 10100111 | 10011100 | 0 | 1100 | 10001 | 11010 | 10100 | 10100 | 1000100 |
Color Harmonies of #BDA79C
Complementary color
Monochromatic Colors of #BDA79C
Black with #BDA79C
Text Example
Text Example
White with #BDA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA79C; }
p { color: rgb(189,167,156); }
H1.HeaderClassName
{
color: #BDA79C;
}
.AnyTagClassName
{
color: #BDA79C;
}
</style>
background-color css
<style>
a { background-color: #BDA79C; }
a { background-color: rgb(189,167,156); }
div.DivClassName
{
background-color: #BDA79C;
}
.BgClassName
{
background-color: #BDA79C;
}
</style>
border-color css
<style>
span { border-color: #BDA79C; }
span { border-color: rgb(189,167,156); }
td.TdClassName
{
border-color: #BDA79C;
}
.TagClassName
{
border-color: #BDA79C;
}
</style>