Shades of Martini #BDA39F
Tints of Martini #BDA39F
RGB
CMYK
RGB Variations
Color information
#BDA39F (or 0xBDA39F) is known color: Martini. HEX triplet: BD, A3 and 9F. RGB value is (189,163,159). Sum of RGB (Red+Green+Blue) = 189+163+159=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39F is #425C60. Grayscale: #AAAAAA. Windows color (decimal): -4349025 or 10462141. OLE color: 10462141.
HSL color Cylindrical-coordinate representation of color #BDA39F: hue angle of 8º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA39F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 159 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.26 |
| HSL | 8º | 0.19% | 0.68% | - |
| HSV(B) | 8º | 0.16% | 0.74% | - |
| XYZ | 40.34 | 39.52 | 38.3 | - |
| YUV | 170.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 159 | 0 | 0.14 | 0.16 | 0.26 | 8 | 0.19 | 0.68 |
| Hex | BD | A3 | 9F | 0 | E | 10 | 1A | 8 | 13 | 44 |
| Octal | 275 | 243 | 237 | 0 | 16 | 20 | 32 | 10 | 23 | 104 |
| Binary | 10111101 | 10100011 | 10011111 | 0 | 1110 | 10000 | 11010 | 1000 | 10011 | 1000100 |
Color Harmonies of #BDA39F
Complementary color
Monochromatic Colors of #BDA39F
Black with #BDA39F
Text Example
Text Example
White with #BDA39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA39F; }
p { color: rgb(189,163,159); }
H1.HeaderClassName
{
color: #BDA39F;
}
.AnyTagClassName
{
color: #BDA39F;
}
</style>
background-color css
<style>
a { background-color: #BDA39F; }
a { background-color: rgb(189,163,159); }
div.DivClassName
{
background-color: #BDA39F;
}
.BgClassName
{
background-color: #BDA39F;
}
</style>
border-color css
<style>
span { border-color: #BDA39F; }
span { border-color: rgb(189,163,159); }
td.TdClassName
{
border-color: #BDA39F;
}
.TagClassName
{
border-color: #BDA39F;
}
</style>