Shades of Martini #BDA29D
Tints of Martini #BDA29D
RGB
CMYK
RGB Variations
Color information
#BDA29D (or 0xBDA29D) is known color: Martini. HEX triplet: BD, A2 and 9D. RGB value is (189,162,157). Sum of RGB (Red+Green+Blue) = 189+162+157=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29D is #425D62. Grayscale: #A9A9A9. Windows color (decimal): -4349283 or 10330813. OLE color: 10330813.
HSL color Cylindrical-coordinate representation of color #BDA29D: hue angle of 9.38º 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 #BDA29D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 157 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.26 |
| HSL | 9.38º | 0.2% | 0.68% | - |
| HSV(B) | 9.38º | 0.17% | 0.74% | - |
| XYZ | 39.99 | 39.09 | 37.34 | - |
| YUV | 169.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 157 | 0 | 0.14 | 0.17 | 0.26 | 9.38 | 0.2 | 0.68 |
| Hex | BD | A2 | 9D | 0 | E | 11 | 1A | 9 | 14 | 44 |
| Octal | 275 | 242 | 235 | 0 | 16 | 21 | 32 | 11 | 24 | 104 |
| Binary | 10111101 | 10100010 | 10011101 | 0 | 1110 | 10001 | 11010 | 1001 | 10100 | 1000100 |
Color Harmonies of #BDA29D
Complementary color
Monochromatic Colors of #BDA29D
Black with #BDA29D
Text Example
Text Example
White with #BDA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA29D; }
p { color: rgb(189,162,157); }
H1.HeaderClassName
{
color: #BDA29D;
}
.AnyTagClassName
{
color: #BDA29D;
}
</style>
background-color css
<style>
a { background-color: #BDA29D; }
a { background-color: rgb(189,162,157); }
div.DivClassName
{
background-color: #BDA29D;
}
.BgClassName
{
background-color: #BDA29D;
}
</style>
border-color css
<style>
span { border-color: #BDA29D; }
span { border-color: rgb(189,162,157); }
td.TdClassName
{
border-color: #BDA29D;
}
.TagClassName
{
border-color: #BDA29D;
}
</style>