Shades of Martini #BDA49C
Tints of Martini #BDA49C
RGB
CMYK
RGB Variations
Color information
#BDA49C (or 0xBDA49C) is known color: Martini. HEX triplet: BD, A4 and 9C. RGB value is (189,164,156). Sum of RGB (Red+Green+Blue) = 189+164+156=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA49C is #425B63. Grayscale: #AAAAAA. Windows color (decimal): -4348772 or 10265789. OLE color: 10265789.
HSL color Cylindrical-coordinate representation of color #BDA49C: hue angle of 14.55º 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 #BDA49C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 156 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.26 |
| HSL | 14.55º | 0.2% | 0.68% | - |
| HSV(B) | 14.55º | 0.17% | 0.74% | - |
| XYZ | 40.26 | 39.77 | 37.01 | - |
| YUV | 170.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 156 | 0 | 0.13 | 0.17 | 0.26 | 14.55 | 0.2 | 0.68 |
| Hex | BD | A4 | 9C | 0 | D | 11 | 1A | F | 14 | 44 |
| Octal | 275 | 244 | 234 | 0 | 15 | 21 | 32 | 17 | 24 | 104 |
| Binary | 10111101 | 10100100 | 10011100 | 0 | 1101 | 10001 | 11010 | 1111 | 10100 | 1000100 |
Color Harmonies of #BDA49C
Complementary color
Monochromatic Colors of #BDA49C
Black with #BDA49C
Text Example
Text Example
White with #BDA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA49C; }
p { color: rgb(189,164,156); }
H1.HeaderClassName
{
color: #BDA49C;
}
.AnyTagClassName
{
color: #BDA49C;
}
</style>
background-color css
<style>
a { background-color: #BDA49C; }
a { background-color: rgb(189,164,156); }
div.DivClassName
{
background-color: #BDA49C;
}
.BgClassName
{
background-color: #BDA49C;
}
</style>
border-color css
<style>
span { border-color: #BDA49C; }
span { border-color: rgb(189,164,156); }
td.TdClassName
{
border-color: #BDA49C;
}
.TagClassName
{
border-color: #BDA49C;
}
</style>