Shades of Martini #BDA09A
Tints of Martini #BDA09A
RGB
CMYK
RGB Variations
Color information
#BDA09A (or 0xBDA09A) is known color: Martini. HEX triplet: BD, A0 and 9A. RGB value is (189,160,154). Sum of RGB (Red+Green+Blue) = 189+160+154=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA09A is #425F65. Grayscale: #A8A8A8. Windows color (decimal): -4349798 or 10133693. OLE color: 10133693.
HSL color Cylindrical-coordinate representation of color #BDA09A: hue angle of 10.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA09A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 154 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.26 |
| HSL | 10.29º | 0.21% | 0.67% | - |
| HSV(B) | 10.29º | 0.19% | 0.74% | - |
| XYZ | 39.39 | 38.29 | 35.89 | - |
| YUV | 167.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 154 | 0 | 0.15 | 0.19 | 0.26 | 10.29 | 0.21 | 0.67 |
| Hex | BD | A0 | 9A | 0 | F | 13 | 1A | A | 15 | 43 |
| Octal | 275 | 240 | 232 | 0 | 17 | 23 | 32 | 12 | 25 | 103 |
| Binary | 10111101 | 10100000 | 10011010 | 0 | 1111 | 10011 | 11010 | 1010 | 10101 | 1000011 |
Color Harmonies of #BDA09A
Complementary color
Monochromatic Colors of #BDA09A
Black with #BDA09A
Text Example
Text Example
White with #BDA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA09A; }
p { color: rgb(189,160,154); }
H1.HeaderClassName
{
color: #BDA09A;
}
.AnyTagClassName
{
color: #BDA09A;
}
</style>
background-color css
<style>
a { background-color: #BDA09A; }
a { background-color: rgb(189,160,154); }
div.DivClassName
{
background-color: #BDA09A;
}
.BgClassName
{
background-color: #BDA09A;
}
</style>
border-color css
<style>
span { border-color: #BDA09A; }
span { border-color: rgb(189,160,154); }
td.TdClassName
{
border-color: #BDA09A;
}
.TagClassName
{
border-color: #BDA09A;
}
</style>