Shades of Martini #BDA19A
Tints of Martini #BDA19A
RGB
CMYK
RGB Variations
Color information
#BDA19A (or 0xBDA19A) is known color: Martini. HEX triplet: BD, A1 and 9A. RGB value is (189,161,154). Sum of RGB (Red+Green+Blue) = 189+161+154=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19A is #425E65. Grayscale: #A8A8A8. Windows color (decimal): -4349542 or 10133949. OLE color: 10133949.
HSL color Cylindrical-coordinate representation of color #BDA19A: hue angle of 12º 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 #BDA19A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 154 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.26 |
| HSL | 12º | 0.21% | 0.67% | - |
| HSV(B) | 12º | 0.19% | 0.74% | - |
| XYZ | 39.56 | 38.64 | 35.95 | - |
| YUV | 168.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 154 | 0 | 0.15 | 0.19 | 0.26 | 12 | 0.21 | 0.67 |
| Hex | BD | A1 | 9A | 0 | F | 13 | 1A | C | 15 | 43 |
| Octal | 275 | 241 | 232 | 0 | 17 | 23 | 32 | 14 | 25 | 103 |
| Binary | 10111101 | 10100001 | 10011010 | 0 | 1111 | 10011 | 11010 | 1100 | 10101 | 1000011 |
Color Harmonies of #BDA19A
Complementary color
Monochromatic Colors of #BDA19A
Black with #BDA19A
Text Example
Text Example
White with #BDA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA19A; }
p { color: rgb(189,161,154); }
H1.HeaderClassName
{
color: #BDA19A;
}
.AnyTagClassName
{
color: #BDA19A;
}
</style>
background-color css
<style>
a { background-color: #BDA19A; }
a { background-color: rgb(189,161,154); }
div.DivClassName
{
background-color: #BDA19A;
}
.BgClassName
{
background-color: #BDA19A;
}
</style>
border-color css
<style>
span { border-color: #BDA19A; }
span { border-color: rgb(189,161,154); }
td.TdClassName
{
border-color: #BDA19A;
}
.TagClassName
{
border-color: #BDA19A;
}
</style>