Shades of Martini #BDA39C
Tints of Martini #BDA39C
RGB
CMYK
RGB Variations
Color information
#BDA39C (or 0xBDA39C) is known color: Martini. HEX triplet: BD, A3 and 9C. RGB value is (189,163,156). Sum of RGB (Red+Green+Blue) = 189+163+156=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39C is #425C63. Grayscale: #AAAAAA. Windows color (decimal): -4349028 or 10265533. OLE color: 10265533.
HSL color Cylindrical-coordinate representation of color #BDA39C: hue angle of 12.73º 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 #BDA39C is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 156 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.26 |
| HSL | 12.73º | 0.2% | 0.68% | - |
| HSV(B) | 12.73º | 0.17% | 0.74% | - |
| XYZ | 40.08 | 39.41 | 36.95 | - |
| YUV | 169.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 156 | 0 | 0.14 | 0.17 | 0.26 | 12.73 | 0.2 | 0.68 |
| Hex | BD | A3 | 9C | 0 | E | 11 | 1A | D | 14 | 44 |
| Octal | 275 | 243 | 234 | 0 | 16 | 21 | 32 | 15 | 24 | 104 |
| Binary | 10111101 | 10100011 | 10011100 | 0 | 1110 | 10001 | 11010 | 1101 | 10100 | 1000100 |
Color Harmonies of #BDA39C
Complementary color
Monochromatic Colors of #BDA39C
Black with #BDA39C
Text Example
Text Example
White with #BDA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA39C; }
p { color: rgb(189,163,156); }
H1.HeaderClassName
{
color: #BDA39C;
}
.AnyTagClassName
{
color: #BDA39C;
}
</style>
background-color css
<style>
a { background-color: #BDA39C; }
a { background-color: rgb(189,163,156); }
div.DivClassName
{
background-color: #BDA39C;
}
.BgClassName
{
background-color: #BDA39C;
}
</style>
border-color css
<style>
span { border-color: #BDA39C; }
span { border-color: rgb(189,163,156); }
td.TdClassName
{
border-color: #BDA39C;
}
.TagClassName
{
border-color: #BDA39C;
}
</style>