Shades of Martini #BDA098
Tints of Martini #BDA098
RGB
CMYK
RGB Variations
Color information
#BDA098 (or 0xBDA098) is known color: Martini. HEX triplet: BD, A0 and 98. RGB value is (189,160,152). Sum of RGB (Red+Green+Blue) = 189+160+152=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA098 is #425F67. Grayscale: #A7A7A7. Windows color (decimal): -4349800 or 10002621. OLE color: 10002621.
HSL color Cylindrical-coordinate representation of color #BDA098: hue angle of 12.97º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA098 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 152 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.26 |
| HSL | 12.97º | 0.22% | 0.67% | - |
| HSV(B) | 12.97º | 0.2% | 0.74% | - |
| XYZ | 39.22 | 38.23 | 35.02 | - |
| YUV | 167.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 152 | 0 | 0.15 | 0.20 | 0.26 | 12.97 | 0.22 | 0.67 |
| Hex | BD | A0 | 98 | 0 | F | 14 | 1A | D | 16 | 43 |
| Octal | 275 | 240 | 230 | 0 | 17 | 24 | 32 | 15 | 26 | 103 |
| Binary | 10111101 | 10100000 | 10011000 | 0 | 1111 | 10100 | 11010 | 1101 | 10110 | 1000011 |
Color Harmonies of #BDA098
Complementary color
Monochromatic Colors of #BDA098
Black with #BDA098
Text Example
Text Example
White with #BDA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA098; }
p { color: rgb(189,160,152); }
H1.HeaderClassName
{
color: #BDA098;
}
.AnyTagClassName
{
color: #BDA098;
}
</style>
background-color css
<style>
a { background-color: #BDA098; }
a { background-color: rgb(189,160,152); }
div.DivClassName
{
background-color: #BDA098;
}
.BgClassName
{
background-color: #BDA098;
}
</style>
border-color css
<style>
span { border-color: #BDA098; }
span { border-color: rgb(189,160,152); }
td.TdClassName
{
border-color: #BDA098;
}
.TagClassName
{
border-color: #BDA098;
}
</style>