Shades of Martini #BDA8A0
Tints of Martini #BDA8A0
RGB
CMYK
RGB Variations
Color information
#BDA8A0 (or 0xBDA8A0) is known color: Martini. HEX triplet: BD, A8 and A0. RGB value is (189,168,160). Sum of RGB (Red+Green+Blue) = 189+168+160=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8A0 is #42575F. Grayscale: #ADADAD. Windows color (decimal): -4347744 or 10528957. OLE color: 10528957.
HSL color Cylindrical-coordinate representation of color #BDA8A0: hue angle of 16.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA8A0 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 160 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.26 |
| HSL | 16.55º | 0.18% | 0.68% | - |
| HSV(B) | 16.55º | 0.15% | 0.74% | - |
| XYZ | 41.33 | 41.36 | 39.06 | - |
| YUV | 173.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 160 | 0 | 0.11 | 0.15 | 0.26 | 16.55 | 0.18 | 0.68 |
| Hex | BD | A8 | A0 | 0 | B | F | 1A | 11 | 12 | 44 |
| Octal | 275 | 250 | 240 | 0 | 13 | 17 | 32 | 21 | 22 | 104 |
| Binary | 10111101 | 10101000 | 10100000 | 0 | 1011 | 1111 | 11010 | 10001 | 10010 | 1000100 |
Color Harmonies of #BDA8A0
Complementary color
Monochromatic Colors of #BDA8A0
Black with #BDA8A0
Text Example
Text Example
White with #BDA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8A0; }
p { color: rgb(189,168,160); }
H1.HeaderClassName
{
color: #BDA8A0;
}
.AnyTagClassName
{
color: #BDA8A0;
}
</style>
background-color css
<style>
a { background-color: #BDA8A0; }
a { background-color: rgb(189,168,160); }
div.DivClassName
{
background-color: #BDA8A0;
}
.BgClassName
{
background-color: #BDA8A0;
}
</style>
border-color css
<style>
span { border-color: #BDA8A0; }
span { border-color: rgb(189,168,160); }
td.TdClassName
{
border-color: #BDA8A0;
}
.TagClassName
{
border-color: #BDA8A0;
}
</style>