Shades of Martini #BDA5A2
Tints of Martini #BDA5A2
RGB
CMYK
RGB Variations
Color information
#BDA5A2 (or 0xBDA5A2) is known color: Martini. HEX triplet: BD, A5 and A2. RGB value is (189,165,162). Sum of RGB (Red+Green+Blue) = 189+165+162=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA5A2 is #425A5D. Grayscale: #ABABAB. Windows color (decimal): -4348510 or 10659261. OLE color: 10659261.
HSL color Cylindrical-coordinate representation of color #BDA5A2: hue angle of 6.67º 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 #BDA5A2 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 165 | 162 | - |
CMYK | 0 | 0.13 | 0.14 | 0.26 |
HSL | 6.67º | 0.17% | 0.69% | - |
HSV(B) | 6.67º | 0.14% | 0.74% | - |
XYZ | 40.96 | 40.34 | 39.81 | - |
YUV | 171.83 | 122.45 | 140.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 165 | 162 | 0 | 0.13 | 0.14 | 0.26 | 6.67 | 0.17 | 0.69 |
Hex | BD | A5 | A2 | 0 | D | E | 1A | 7 | 11 | 45 |
Octal | 275 | 245 | 242 | 0 | 15 | 16 | 32 | 7 | 21 | 105 |
Binary | 10111101 | 10100101 | 10100010 | 0 | 1101 | 1110 | 11010 | 111 | 10001 | 1000101 |
Color Harmonies of #BDA5A2
Complementary color
Monochromatic Colors of #BDA5A2
Black with #BDA5A2
Text Example
Text Example
White with #BDA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA5A2; }
p { color: rgb(189,165,162); }
H1.HeaderClassName
{
color: #BDA5A2;
}
.AnyTagClassName
{
color: #BDA5A2;
}
</style>
background-color css
<style>
a { background-color: #BDA5A2; }
a { background-color: rgb(189,165,162); }
div.DivClassName
{
background-color: #BDA5A2;
}
.BgClassName
{
background-color: #BDA5A2;
}
</style>
border-color css
<style>
span { border-color: #BDA5A2; }
span { border-color: rgb(189,165,162); }
td.TdClassName
{
border-color: #BDA5A2;
}
.TagClassName
{
border-color: #BDA5A2;
}
</style>