Shades of Martini #BDA9A5
Tints of Martini #BDA9A5
RGB
CMYK
RGB Variations
Color information
#BDA9A5 (or 0xBDA9A5) is known color: Martini. HEX triplet: BD, A9 and A5. RGB value is (189,169,165). Sum of RGB (Red+Green+Blue) = 189+169+165=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA9A5 is #42565A. Grayscale: #AEAEAE. Windows color (decimal): -4347483 or 10856893. OLE color: 10856893.
HSL color Cylindrical-coordinate representation of color #BDA9A5: hue angle of 10º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA9A5 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 165 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.26 |
| HSL | 10º | 0.15% | 0.69% | - |
| HSV(B) | 10º | 0.13% | 0.74% | - |
| XYZ | 41.97 | 41.91 | 41.48 | - |
| YUV | 174.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 165 | 0 | 0.11 | 0.13 | 0.26 | 10 | 0.15 | 0.69 |
| Hex | BD | A9 | A5 | 0 | B | D | 1A | A | F | 45 |
| Octal | 275 | 251 | 245 | 0 | 13 | 15 | 32 | 12 | 17 | 105 |
| Binary | 10111101 | 10101001 | 10100101 | 0 | 1011 | 1101 | 11010 | 1010 | 1111 | 1000101 |
Color Harmonies of #BDA9A5
Complementary color
Monochromatic Colors of #BDA9A5
Black with #BDA9A5
Text Example
Text Example
White with #BDA9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9A5; }
p { color: rgb(189,169,165); }
H1.HeaderClassName
{
color: #BDA9A5;
}
.AnyTagClassName
{
color: #BDA9A5;
}
</style>
background-color css
<style>
a { background-color: #BDA9A5; }
a { background-color: rgb(189,169,165); }
div.DivClassName
{
background-color: #BDA9A5;
}
.BgClassName
{
background-color: #BDA9A5;
}
</style>
border-color css
<style>
span { border-color: #BDA9A5; }
span { border-color: rgb(189,169,165); }
td.TdClassName
{
border-color: #BDA9A5;
}
.TagClassName
{
border-color: #BDA9A5;
}
</style>