Shades of Martini #BDA59D
Tints of Martini #BDA59D
RGB
CMYK
RGB Variations
Color information
#BDA59D (or 0xBDA59D) is known color: Martini. HEX triplet: BD, A5 and 9D. RGB value is (189,165,157). Sum of RGB (Red+Green+Blue) = 189+165+157=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59D is #425A62. Grayscale: #ABABAB. Windows color (decimal): -4348515 or 10331581. OLE color: 10331581.
HSL color Cylindrical-coordinate representation of color #BDA59D: hue angle of 15º 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 #BDA59D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 157 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.26 |
| HSL | 15º | 0.2% | 0.68% | - |
| HSV(B) | 15º | 0.17% | 0.74% | - |
| XYZ | 40.53 | 40.16 | 37.51 | - |
| YUV | 171.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 157 | 0 | 0.13 | 0.17 | 0.26 | 15 | 0.2 | 0.68 |
| Hex | BD | A5 | 9D | 0 | D | 11 | 1A | F | 14 | 44 |
| Octal | 275 | 245 | 235 | 0 | 15 | 21 | 32 | 17 | 24 | 104 |
| Binary | 10111101 | 10100101 | 10011101 | 0 | 1101 | 10001 | 11010 | 1111 | 10100 | 1000100 |
Color Harmonies of #BDA59D
Complementary color
Monochromatic Colors of #BDA59D
Black with #BDA59D
Text Example
Text Example
White with #BDA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA59D; }
p { color: rgb(189,165,157); }
H1.HeaderClassName
{
color: #BDA59D;
}
.AnyTagClassName
{
color: #BDA59D;
}
</style>
background-color css
<style>
a { background-color: #BDA59D; }
a { background-color: rgb(189,165,157); }
div.DivClassName
{
background-color: #BDA59D;
}
.BgClassName
{
background-color: #BDA59D;
}
</style>
border-color css
<style>
span { border-color: #BDA59D; }
span { border-color: rgb(189,165,157); }
td.TdClassName
{
border-color: #BDA59D;
}
.TagClassName
{
border-color: #BDA59D;
}
</style>