Shades of Martini #BDA399
Tints of Martini #BDA399
RGB
CMYK
RGB Variations
Color information
#BDA399 (or 0xBDA399) is known color: Martini. HEX triplet: BD, A3 and 99. RGB value is (189,163,153). Sum of RGB (Red+Green+Blue) = 189+163+153=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA399 is #425C66. Grayscale: #A9A9A9. Windows color (decimal): -4349031 or 10068925. OLE color: 10068925.
HSL color Cylindrical-coordinate representation of color #BDA399: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA399 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 153 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.26 |
| HSL | 16.67º | 0.21% | 0.67% | - |
| HSV(B) | 16.67º | 0.19% | 0.74% | - |
| XYZ | 39.83 | 39.31 | 35.63 | - |
| YUV | 169.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 153 | 0 | 0.14 | 0.19 | 0.26 | 16.67 | 0.21 | 0.67 |
| Hex | BD | A3 | 99 | 0 | E | 13 | 1A | 11 | 15 | 43 |
| Octal | 275 | 243 | 231 | 0 | 16 | 23 | 32 | 21 | 25 | 103 |
| Binary | 10111101 | 10100011 | 10011001 | 0 | 1110 | 10011 | 11010 | 10001 | 10101 | 1000011 |
Color Harmonies of #BDA399
Complementary color
Monochromatic Colors of #BDA399
Black with #BDA399
Text Example
Text Example
White with #BDA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA399; }
p { color: rgb(189,163,153); }
H1.HeaderClassName
{
color: #BDA399;
}
.AnyTagClassName
{
color: #BDA399;
}
</style>
background-color css
<style>
a { background-color: #BDA399; }
a { background-color: rgb(189,163,153); }
div.DivClassName
{
background-color: #BDA399;
}
.BgClassName
{
background-color: #BDA399;
}
</style>
border-color css
<style>
span { border-color: #BDA399; }
span { border-color: rgb(189,163,153); }
td.TdClassName
{
border-color: #BDA399;
}
.TagClassName
{
border-color: #BDA399;
}
</style>