Shades of Martini #BDA89E
Tints of Martini #BDA89E
RGB
CMYK
RGB Variations
Color information
#BDA89E (or 0xBDA89E) is known color: Martini. HEX triplet: BD, A8 and 9E. RGB value is (189,168,158). Sum of RGB (Red+Green+Blue) = 189+168+158=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89E is #425761. Grayscale: #ADADAD. Windows color (decimal): -4347746 or 10397885. OLE color: 10397885.
HSL color Cylindrical-coordinate representation of color #BDA89E: hue angle of 19.35º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA89E is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 158 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.26 |
| HSL | 19.35º | 0.19% | 0.68% | - |
| HSV(B) | 19.35º | 0.16% | 0.74% | - |
| XYZ | 41.16 | 41.29 | 38.15 | - |
| YUV | 173.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 158 | 0 | 0.11 | 0.16 | 0.26 | 19.35 | 0.19 | 0.68 |
| Hex | BD | A8 | 9E | 0 | B | 10 | 1A | 13 | 13 | 44 |
| Octal | 275 | 250 | 236 | 0 | 13 | 20 | 32 | 23 | 23 | 104 |
| Binary | 10111101 | 10101000 | 10011110 | 0 | 1011 | 10000 | 11010 | 10011 | 10011 | 1000100 |
Color Harmonies of #BDA89E
Complementary color
Monochromatic Colors of #BDA89E
Black with #BDA89E
Text Example
Text Example
White with #BDA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA89E; }
p { color: rgb(189,168,158); }
H1.HeaderClassName
{
color: #BDA89E;
}
.AnyTagClassName
{
color: #BDA89E;
}
</style>
background-color css
<style>
a { background-color: #BDA89E; }
a { background-color: rgb(189,168,158); }
div.DivClassName
{
background-color: #BDA89E;
}
.BgClassName
{
background-color: #BDA89E;
}
</style>
border-color css
<style>
span { border-color: #BDA89E; }
span { border-color: rgb(189,168,158); }
td.TdClassName
{
border-color: #BDA89E;
}
.TagClassName
{
border-color: #BDA89E;
}
</style>