Shades of Martini #BDA599
Tints of Martini #BDA599
RGB
CMYK
RGB Variations
Color information
#BDA599 (or 0xBDA599) is known color: Martini. HEX triplet: BD, A5 and 99. RGB value is (189,165,153). Sum of RGB (Red+Green+Blue) = 189+165+153=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA599 is #425A66. Grayscale: #AAAAAA. Windows color (decimal): -4348519 or 10069437. OLE color: 10069437.
HSL color Cylindrical-coordinate representation of color #BDA599: hue angle of 20º 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 #BDA599 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 153 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.26 |
| HSL | 20º | 0.21% | 0.67% | - |
| HSV(B) | 20º | 0.19% | 0.74% | - |
| XYZ | 40.19 | 40.03 | 35.75 | - |
| YUV | 170.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 153 | 0 | 0.13 | 0.19 | 0.26 | 20 | 0.21 | 0.67 |
| Hex | BD | A5 | 99 | 0 | D | 13 | 1A | 14 | 15 | 43 |
| Octal | 275 | 245 | 231 | 0 | 15 | 23 | 32 | 24 | 25 | 103 |
| Binary | 10111101 | 10100101 | 10011001 | 0 | 1101 | 10011 | 11010 | 10100 | 10101 | 1000011 |
Color Harmonies of #BDA599
Complementary color
Monochromatic Colors of #BDA599
Black with #BDA599
Text Example
Text Example
White with #BDA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA599; }
p { color: rgb(189,165,153); }
H1.HeaderClassName
{
color: #BDA599;
}
.AnyTagClassName
{
color: #BDA599;
}
</style>
background-color css
<style>
a { background-color: #BDA599; }
a { background-color: rgb(189,165,153); }
div.DivClassName
{
background-color: #BDA599;
}
.BgClassName
{
background-color: #BDA599;
}
</style>
border-color css
<style>
span { border-color: #BDA599; }
span { border-color: rgb(189,165,153); }
td.TdClassName
{
border-color: #BDA599;
}
.TagClassName
{
border-color: #BDA599;
}
</style>