Shades of Martini #BDA8A4
Tints of Martini #BDA8A4
RGB
CMYK
RGB Variations
Color information
#BDA8A4 (or 0xBDA8A4) is known color: Martini. HEX triplet: BD, A8 and A4. RGB value is (189,168,164). Sum of RGB (Red+Green+Blue) = 189+168+164=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8A4 is #42575B. Grayscale: #ADADAD. Windows color (decimal): -4347740 or 10791101. OLE color: 10791101.
HSL color Cylindrical-coordinate representation of color #BDA8A4: hue angle of 9.6º degrees, saturation: 0.16, 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 #BDA8A4 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 164 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.26 |
| HSL | 9.6º | 0.16% | 0.69% | - |
| HSV(B) | 9.6º | 0.13% | 0.74% | - |
| XYZ | 41.69 | 41.5 | 40.94 | - |
| YUV | 173.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 164 | 0 | 0.11 | 0.13 | 0.26 | 9.6 | 0.16 | 0.69 |
| Hex | BD | A8 | A4 | 0 | B | D | 1A | A | 10 | 45 |
| Octal | 275 | 250 | 244 | 0 | 13 | 15 | 32 | 12 | 20 | 105 |
| Binary | 10111101 | 10101000 | 10100100 | 0 | 1011 | 1101 | 11010 | 1010 | 10000 | 1000101 |
Color Harmonies of #BDA8A4
Complementary color
Monochromatic Colors of #BDA8A4
Black with #BDA8A4
Text Example
Text Example
White with #BDA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8A4; }
p { color: rgb(189,168,164); }
H1.HeaderClassName
{
color: #BDA8A4;
}
.AnyTagClassName
{
color: #BDA8A4;
}
</style>
background-color css
<style>
a { background-color: #BDA8A4; }
a { background-color: rgb(189,168,164); }
div.DivClassName
{
background-color: #BDA8A4;
}
.BgClassName
{
background-color: #BDA8A4;
}
</style>
border-color css
<style>
span { border-color: #BDA8A4; }
span { border-color: rgb(189,168,164); }
td.TdClassName
{
border-color: #BDA8A4;
}
.TagClassName
{
border-color: #BDA8A4;
}
</style>