Shades of Martini #BDA19D
Tints of Martini #BDA19D
RGB
CMYK
RGB Variations
Color information
#BDA19D (or 0xBDA19D) is known color: Martini. HEX triplet: BD, A1 and 9D. RGB value is (189,161,157). Sum of RGB (Red+Green+Blue) = 189+161+157=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19D is #425E62. Grayscale: #A8A8A8. Windows color (decimal): -4349539 or 10330557. OLE color: 10330557.
HSL color Cylindrical-coordinate representation of color #BDA19D: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA19D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 157 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.26 |
| HSL | 7.5º | 0.2% | 0.68% | - |
| HSV(B) | 7.5º | 0.17% | 0.74% | - |
| XYZ | 39.82 | 38.74 | 37.28 | - |
| YUV | 168.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 157 | 0 | 0.15 | 0.17 | 0.26 | 7.5 | 0.2 | 0.68 |
| Hex | BD | A1 | 9D | 0 | F | 11 | 1A | 8 | 14 | 44 |
| Octal | 275 | 241 | 235 | 0 | 17 | 21 | 32 | 10 | 24 | 104 |
| Binary | 10111101 | 10100001 | 10011101 | 0 | 1111 | 10001 | 11010 | 1000 | 10100 | 1000100 |
Color Harmonies of #BDA19D
Complementary color
Monochromatic Colors of #BDA19D
Black with #BDA19D
Text Example
Text Example
White with #BDA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA19D; }
p { color: rgb(189,161,157); }
H1.HeaderClassName
{
color: #BDA19D;
}
.AnyTagClassName
{
color: #BDA19D;
}
</style>
background-color css
<style>
a { background-color: #BDA19D; }
a { background-color: rgb(189,161,157); }
div.DivClassName
{
background-color: #BDA19D;
}
.BgClassName
{
background-color: #BDA19D;
}
</style>
border-color css
<style>
span { border-color: #BDA19D; }
span { border-color: rgb(189,161,157); }
td.TdClassName
{
border-color: #BDA19D;
}
.TagClassName
{
border-color: #BDA19D;
}
</style>