Shades of Martini #BDA39A
Tints of Martini #BDA39A
RGB
CMYK
RGB Variations
Color information
#BDA39A (or 0xBDA39A) is known color: Martini. HEX triplet: BD, A3 and 9A. RGB value is (189,163,154). Sum of RGB (Red+Green+Blue) = 189+163+154=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39A is #425C65. Grayscale: #A9A9A9. Windows color (decimal): -4349030 or 10134461. OLE color: 10134461.
HSL color Cylindrical-coordinate representation of color #BDA39A: hue angle of 15.43º 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 #BDA39A is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 154 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.26 |
| HSL | 15.43º | 0.21% | 0.67% | - |
| HSV(B) | 15.43º | 0.19% | 0.74% | - |
| XYZ | 39.92 | 39.35 | 36.06 | - |
| YUV | 169.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 154 | 0 | 0.14 | 0.19 | 0.26 | 15.43 | 0.21 | 0.67 |
| Hex | BD | A3 | 9A | 0 | E | 13 | 1A | F | 15 | 43 |
| Octal | 275 | 243 | 232 | 0 | 16 | 23 | 32 | 17 | 25 | 103 |
| Binary | 10111101 | 10100011 | 10011010 | 0 | 1110 | 10011 | 11010 | 1111 | 10101 | 1000011 |
Color Harmonies of #BDA39A
Complementary color
Monochromatic Colors of #BDA39A
Black with #BDA39A
Text Example
Text Example
White with #BDA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA39A; }
p { color: rgb(189,163,154); }
H1.HeaderClassName
{
color: #BDA39A;
}
.AnyTagClassName
{
color: #BDA39A;
}
</style>
background-color css
<style>
a { background-color: #BDA39A; }
a { background-color: rgb(189,163,154); }
div.DivClassName
{
background-color: #BDA39A;
}
.BgClassName
{
background-color: #BDA39A;
}
</style>
border-color css
<style>
span { border-color: #BDA39A; }
span { border-color: rgb(189,163,154); }
td.TdClassName
{
border-color: #BDA39A;
}
.TagClassName
{
border-color: #BDA39A;
}
</style>