Shades of Martini #BDA7A2
Tints of Martini #BDA7A2
RGB
CMYK
RGB Variations
Color information
#BDA7A2 (or 0xBDA7A2) is known color: Martini. HEX triplet: BD, A7 and A2. RGB value is (189,167,162). Sum of RGB (Red+Green+Blue) = 189+167+162=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA7A2 is #42585D. Grayscale: #ADADAD. Windows color (decimal): -4347998 or 10659773. OLE color: 10659773.
HSL color Cylindrical-coordinate representation of color #BDA7A2: hue angle of 11.11º 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 #BDA7A2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 167 | 162 | - |
CMYK | 0 | 0.12 | 0.14 | 0.26 |
HSL | 11.11º | 0.17% | 0.69% | - |
HSV(B) | 11.11º | 0.14% | 0.74% | - |
XYZ | 41.33 | 41.06 | 39.93 | - |
YUV | 173.01 | 121.79 | 139.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 167 | 162 | 0 | 0.12 | 0.14 | 0.26 | 11.11 | 0.17 | 0.69 |
Hex | BD | A7 | A2 | 0 | C | E | 1A | B | 11 | 45 |
Octal | 275 | 247 | 242 | 0 | 14 | 16 | 32 | 13 | 21 | 105 |
Binary | 10111101 | 10100111 | 10100010 | 0 | 1100 | 1110 | 11010 | 1011 | 10001 | 1000101 |
Color Harmonies of #BDA7A2
Complementary color
Monochromatic Colors of #BDA7A2
Black with #BDA7A2
Text Example
Text Example
White with #BDA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA7A2; }
p { color: rgb(189,167,162); }
H1.HeaderClassName
{
color: #BDA7A2;
}
.AnyTagClassName
{
color: #BDA7A2;
}
</style>
background-color css
<style>
a { background-color: #BDA7A2; }
a { background-color: rgb(189,167,162); }
div.DivClassName
{
background-color: #BDA7A2;
}
.BgClassName
{
background-color: #BDA7A2;
}
</style>
border-color css
<style>
span { border-color: #BDA7A2; }
span { border-color: rgb(189,167,162); }
td.TdClassName
{
border-color: #BDA7A2;
}
.TagClassName
{
border-color: #BDA7A2;
}
</style>