Shades of Martini #BDA29A
Tints of Martini #BDA29A
RGB
CMYK
RGB Variations
Color information
#BDA29A (or 0xBDA29A) is known color: Martini. HEX triplet: BD, A2 and 9A. RGB value is (189,162,154). Sum of RGB (Red+Green+Blue) = 189+162+154=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29A is #425D65. Grayscale: #A9A9A9. Windows color (decimal): -4349286 or 10134205. OLE color: 10134205.
HSL color Cylindrical-coordinate representation of color #BDA29A: hue angle of 13.71º 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 #BDA29A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 154 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.26 |
| HSL | 13.71º | 0.21% | 0.67% | - |
| HSV(B) | 13.71º | 0.19% | 0.74% | - |
| XYZ | 39.74 | 38.99 | 36 | - |
| YUV | 169.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 154 | 0 | 0.14 | 0.19 | 0.26 | 13.71 | 0.21 | 0.67 |
| Hex | BD | A2 | 9A | 0 | E | 13 | 1A | E | 15 | 43 |
| Octal | 275 | 242 | 232 | 0 | 16 | 23 | 32 | 16 | 25 | 103 |
| Binary | 10111101 | 10100010 | 10011010 | 0 | 1110 | 10011 | 11010 | 1110 | 10101 | 1000011 |
Color Harmonies of #BDA29A
Complementary color
Monochromatic Colors of #BDA29A
Black with #BDA29A
Text Example
Text Example
White with #BDA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA29A; }
p { color: rgb(189,162,154); }
H1.HeaderClassName
{
color: #BDA29A;
}
.AnyTagClassName
{
color: #BDA29A;
}
</style>
background-color css
<style>
a { background-color: #BDA29A; }
a { background-color: rgb(189,162,154); }
div.DivClassName
{
background-color: #BDA29A;
}
.BgClassName
{
background-color: #BDA29A;
}
</style>
border-color css
<style>
span { border-color: #BDA29A; }
span { border-color: rgb(189,162,154); }
td.TdClassName
{
border-color: #BDA29A;
}
.TagClassName
{
border-color: #BDA29A;
}
</style>