Shades of Martini #BDA6A2
Tints of Martini #BDA6A2
RGB
CMYK
RGB Variations
Color information
#BDA6A2 (or 0xBDA6A2) is known color: Martini. HEX triplet: BD, A6 and A2. RGB value is (189,166,162). Sum of RGB (Red+Green+Blue) = 189+166+162=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6A2 is #42595D. Grayscale: #ACACAC. Windows color (decimal): -4348254 or 10659517. OLE color: 10659517.
HSL color Cylindrical-coordinate representation of color #BDA6A2: hue angle of 8.89º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA6A2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 166 | 162 | - |
CMYK | 0 | 0.12 | 0.14 | 0.26 |
HSL | 8.89º | 0.17% | 0.69% | - |
HSV(B) | 8.89º | 0.14% | 0.74% | - |
XYZ | 41.14 | 40.7 | 39.87 | - |
YUV | 172.42 | 122.12 | 139.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 166 | 162 | 0 | 0.12 | 0.14 | 0.26 | 8.89 | 0.17 | 0.69 |
Hex | BD | A6 | A2 | 0 | C | E | 1A | 9 | 11 | 45 |
Octal | 275 | 246 | 242 | 0 | 14 | 16 | 32 | 11 | 21 | 105 |
Binary | 10111101 | 10100110 | 10100010 | 0 | 1100 | 1110 | 11010 | 1001 | 10001 | 1000101 |
Color Harmonies of #BDA6A2
Complementary color
Monochromatic Colors of #BDA6A2
Black with #BDA6A2
Text Example
Text Example
White with #BDA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6A2; }
p { color: rgb(189,166,162); }
H1.HeaderClassName
{
color: #BDA6A2;
}
.AnyTagClassName
{
color: #BDA6A2;
}
</style>
background-color css
<style>
a { background-color: #BDA6A2; }
a { background-color: rgb(189,166,162); }
div.DivClassName
{
background-color: #BDA6A2;
}
.BgClassName
{
background-color: #BDA6A2;
}
</style>
border-color css
<style>
span { border-color: #BDA6A2; }
span { border-color: rgb(189,166,162); }
td.TdClassName
{
border-color: #BDA6A2;
}
.TagClassName
{
border-color: #BDA6A2;
}
</style>