Shades of Martini #BDA69A
Tints of Martini #BDA69A
RGB
CMYK
RGB Variations
Color information
#BDA69A (or 0xBDA69A) is known color: Martini. HEX triplet: BD, A6 and 9A. RGB value is (189,166,154). Sum of RGB (Red+Green+Blue) = 189+166+154=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69A is #425965. Grayscale: #ABABAB. Windows color (decimal): -4348262 or 10135229. OLE color: 10135229.
HSL color Cylindrical-coordinate representation of color #BDA69A: hue angle of 20.57º 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 #BDA69A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 154 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.26 |
| HSL | 20.57º | 0.21% | 0.67% | - |
| HSV(B) | 20.57º | 0.19% | 0.74% | - |
| XYZ | 40.46 | 40.42 | 36.24 | - |
| YUV | 171.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 154 | 0 | 0.12 | 0.19 | 0.26 | 20.57 | 0.21 | 0.67 |
| Hex | BD | A6 | 9A | 0 | C | 13 | 1A | 15 | 15 | 43 |
| Octal | 275 | 246 | 232 | 0 | 14 | 23 | 32 | 25 | 25 | 103 |
| Binary | 10111101 | 10100110 | 10011010 | 0 | 1100 | 10011 | 11010 | 10101 | 10101 | 1000011 |
Color Harmonies of #BDA69A
Complementary color
Monochromatic Colors of #BDA69A
Black with #BDA69A
Text Example
Text Example
White with #BDA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA69A; }
p { color: rgb(189,166,154); }
H1.HeaderClassName
{
color: #BDA69A;
}
.AnyTagClassName
{
color: #BDA69A;
}
</style>
background-color css
<style>
a { background-color: #BDA69A; }
a { background-color: rgb(189,166,154); }
div.DivClassName
{
background-color: #BDA69A;
}
.BgClassName
{
background-color: #BDA69A;
}
</style>
border-color css
<style>
span { border-color: #BDA69A; }
span { border-color: rgb(189,166,154); }
td.TdClassName
{
border-color: #BDA69A;
}
.TagClassName
{
border-color: #BDA69A;
}
</style>