Shades of Martini #BDA59A
Tints of Martini #BDA59A
RGB
CMYK
RGB Variations
Color information
#BDA59A (or 0xBDA59A) is known color: Martini. HEX triplet: BD, A5 and 9A. RGB value is (189,165,154). Sum of RGB (Red+Green+Blue) = 189+165+154=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59A is #425A65. Grayscale: #AAAAAA. Windows color (decimal): -4348518 or 10134973. OLE color: 10134973.
HSL color Cylindrical-coordinate representation of color #BDA59A: hue angle of 18.86º 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 #BDA59A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 154 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.26 |
| HSL | 18.86º | 0.21% | 0.67% | - |
| HSV(B) | 18.86º | 0.19% | 0.74% | - |
| XYZ | 40.27 | 40.06 | 36.18 | - |
| YUV | 170.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 154 | 0 | 0.13 | 0.19 | 0.26 | 18.86 | 0.21 | 0.67 |
| Hex | BD | A5 | 9A | 0 | D | 13 | 1A | 13 | 15 | 43 |
| Octal | 275 | 245 | 232 | 0 | 15 | 23 | 32 | 23 | 25 | 103 |
| Binary | 10111101 | 10100101 | 10011010 | 0 | 1101 | 10011 | 11010 | 10011 | 10101 | 1000011 |
Color Harmonies of #BDA59A
Complementary color
Monochromatic Colors of #BDA59A
Black with #BDA59A
Text Example
Text Example
White with #BDA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA59A; }
p { color: rgb(189,165,154); }
H1.HeaderClassName
{
color: #BDA59A;
}
.AnyTagClassName
{
color: #BDA59A;
}
</style>
background-color css
<style>
a { background-color: #BDA59A; }
a { background-color: rgb(189,165,154); }
div.DivClassName
{
background-color: #BDA59A;
}
.BgClassName
{
background-color: #BDA59A;
}
</style>
border-color css
<style>
span { border-color: #BDA59A; }
span { border-color: rgb(189,165,154); }
td.TdClassName
{
border-color: #BDA59A;
}
.TagClassName
{
border-color: #BDA59A;
}
</style>