Shades of Martini #BDA8A1
Tints of Martini #BDA8A1
RGB
CMYK
RGB Variations
Color information
#BDA8A1 (or 0xBDA8A1) is known color: Martini. HEX triplet: BD, A8 and A1. RGB value is (189,168,161). Sum of RGB (Red+Green+Blue) = 189+168+161=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8A1 is #42575E. Grayscale: #ADADAD. Windows color (decimal): -4347743 or 10594493. OLE color: 10594493.
HSL color Cylindrical-coordinate representation of color #BDA8A1: hue angle of 15º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA8A1 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 161 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.26 |
| HSL | 15º | 0.18% | 0.69% | - |
| HSV(B) | 15º | 0.15% | 0.74% | - |
| XYZ | 41.42 | 41.4 | 39.53 | - |
| YUV | 173.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 161 | 0 | 0.11 | 0.15 | 0.26 | 15 | 0.18 | 0.69 |
| Hex | BD | A8 | A1 | 0 | B | F | 1A | F | 12 | 45 |
| Octal | 275 | 250 | 241 | 0 | 13 | 17 | 32 | 17 | 22 | 105 |
| Binary | 10111101 | 10101000 | 10100001 | 0 | 1011 | 1111 | 11010 | 1111 | 10010 | 1000101 |
Color Harmonies of #BDA8A1
Complementary color
Monochromatic Colors of #BDA8A1
Black with #BDA8A1
Text Example
Text Example
White with #BDA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8A1; }
p { color: rgb(189,168,161); }
H1.HeaderClassName
{
color: #BDA8A1;
}
.AnyTagClassName
{
color: #BDA8A1;
}
</style>
background-color css
<style>
a { background-color: #BDA8A1; }
a { background-color: rgb(189,168,161); }
div.DivClassName
{
background-color: #BDA8A1;
}
.BgClassName
{
background-color: #BDA8A1;
}
</style>
border-color css
<style>
span { border-color: #BDA8A1; }
span { border-color: rgb(189,168,161); }
td.TdClassName
{
border-color: #BDA8A1;
}
.TagClassName
{
border-color: #BDA8A1;
}
</style>