Shades of Martini #BDA79D
Tints of Martini #BDA79D
RGB
CMYK
RGB Variations
Color information
#BDA79D (or 0xBDA79D) is known color: Martini. HEX triplet: BD, A7 and 9D. RGB value is (189,167,157). Sum of RGB (Red+Green+Blue) = 189+167+157=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79D is #425862. Grayscale: #ACACAC. Windows color (decimal): -4348003 or 10332093. OLE color: 10332093.
HSL color Cylindrical-coordinate representation of color #BDA79D: hue angle of 18.75º 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 #BDA79D is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 157 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.26 |
| HSL | 18.75º | 0.2% | 0.68% | - |
| HSV(B) | 18.75º | 0.17% | 0.74% | - |
| XYZ | 40.89 | 40.89 | 37.64 | - |
| YUV | 172.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 157 | 0 | 0.12 | 0.17 | 0.26 | 18.75 | 0.2 | 0.68 |
| Hex | BD | A7 | 9D | 0 | C | 11 | 1A | 13 | 14 | 44 |
| Octal | 275 | 247 | 235 | 0 | 14 | 21 | 32 | 23 | 24 | 104 |
| Binary | 10111101 | 10100111 | 10011101 | 0 | 1100 | 10001 | 11010 | 10011 | 10100 | 1000100 |
Color Harmonies of #BDA79D
Complementary color
Monochromatic Colors of #BDA79D
Black with #BDA79D
Text Example
Text Example
White with #BDA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA79D; }
p { color: rgb(189,167,157); }
H1.HeaderClassName
{
color: #BDA79D;
}
.AnyTagClassName
{
color: #BDA79D;
}
</style>
background-color css
<style>
a { background-color: #BDA79D; }
a { background-color: rgb(189,167,157); }
div.DivClassName
{
background-color: #BDA79D;
}
.BgClassName
{
background-color: #BDA79D;
}
</style>
border-color css
<style>
span { border-color: #BDA79D; }
span { border-color: rgb(189,167,157); }
td.TdClassName
{
border-color: #BDA79D;
}
.TagClassName
{
border-color: #BDA79D;
}
</style>