Shades of Martini #BDA89F
Tints of Martini #BDA89F
RGB
CMYK
RGB Variations
Color information
#BDA89F (or 0xBDA89F) is known color: Martini. HEX triplet: BD, A8 and 9F. RGB value is (189,168,159). Sum of RGB (Red+Green+Blue) = 189+168+159=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89F is #425760. Grayscale: #ADADAD. Windows color (decimal): -4347745 or 10463421. OLE color: 10463421.
HSL color Cylindrical-coordinate representation of color #BDA89F: hue angle of 18º 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 #BDA89F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 159 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.26 |
| HSL | 18º | 0.19% | 0.68% | - |
| HSV(B) | 18º | 0.16% | 0.74% | - |
| XYZ | 41.25 | 41.33 | 38.6 | - |
| YUV | 173.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 159 | 0 | 0.11 | 0.16 | 0.26 | 18 | 0.19 | 0.68 |
| Hex | BD | A8 | 9F | 0 | B | 10 | 1A | 12 | 13 | 44 |
| Octal | 275 | 250 | 237 | 0 | 13 | 20 | 32 | 22 | 23 | 104 |
| Binary | 10111101 | 10101000 | 10011111 | 0 | 1011 | 10000 | 11010 | 10010 | 10011 | 1000100 |
Color Harmonies of #BDA89F
Complementary color
Monochromatic Colors of #BDA89F
Black with #BDA89F
Text Example
Text Example
White with #BDA89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA89F; }
p { color: rgb(189,168,159); }
H1.HeaderClassName
{
color: #BDA89F;
}
.AnyTagClassName
{
color: #BDA89F;
}
</style>
background-color css
<style>
a { background-color: #BDA89F; }
a { background-color: rgb(189,168,159); }
div.DivClassName
{
background-color: #BDA89F;
}
.BgClassName
{
background-color: #BDA89F;
}
</style>
border-color css
<style>
span { border-color: #BDA89F; }
span { border-color: rgb(189,168,159); }
td.TdClassName
{
border-color: #BDA89F;
}
.TagClassName
{
border-color: #BDA89F;
}
</style>