Shades of Martini #BDA49A
Tints of Martini #BDA49A
RGB
CMYK
RGB Variations
Color information
#BDA49A (or 0xBDA49A) is known color: Martini. HEX triplet: BD, A4 and 9A. RGB value is (189,164,154). Sum of RGB (Red+Green+Blue) = 189+164+154=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA49A is #425B65. Grayscale: #AAAAAA. Windows color (decimal): -4348774 or 10134717. OLE color: 10134717.
HSL color Cylindrical-coordinate representation of color #BDA49A: hue angle of 17.14º 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 #BDA49A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 154 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.26 |
| HSL | 17.14º | 0.21% | 0.67% | - |
| HSV(B) | 17.14º | 0.19% | 0.74% | - |
| XYZ | 40.09 | 39.7 | 36.12 | - |
| YUV | 170.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 154 | 0 | 0.13 | 0.19 | 0.26 | 17.14 | 0.21 | 0.67 |
| Hex | BD | A4 | 9A | 0 | D | 13 | 1A | 11 | 15 | 43 |
| Octal | 275 | 244 | 232 | 0 | 15 | 23 | 32 | 21 | 25 | 103 |
| Binary | 10111101 | 10100100 | 10011010 | 0 | 1101 | 10011 | 11010 | 10001 | 10101 | 1000011 |
Color Harmonies of #BDA49A
Complementary color
Monochromatic Colors of #BDA49A
Black with #BDA49A
Text Example
Text Example
White with #BDA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA49A; }
p { color: rgb(189,164,154); }
H1.HeaderClassName
{
color: #BDA49A;
}
.AnyTagClassName
{
color: #BDA49A;
}
</style>
background-color css
<style>
a { background-color: #BDA49A; }
a { background-color: rgb(189,164,154); }
div.DivClassName
{
background-color: #BDA49A;
}
.BgClassName
{
background-color: #BDA49A;
}
</style>
border-color css
<style>
span { border-color: #BDA49A; }
span { border-color: rgb(189,164,154); }
td.TdClassName
{
border-color: #BDA49A;
}
.TagClassName
{
border-color: #BDA49A;
}
</style>