Shades of Martini #BDA8A2
Tints of Martini #BDA8A2
RGB
CMYK
RGB Variations
Color information
#BDA8A2 (or 0xBDA8A2) is known color: Martini. HEX triplet: BD, A8 and A2. RGB value is (189,168,162). Sum of RGB (Red+Green+Blue) = 189+168+162=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA8A2 is #42575D. Grayscale: #ADADAD. Windows color (decimal): -4347742 or 10660029. OLE color: 10660029.
HSL color Cylindrical-coordinate representation of color #BDA8A2: hue angle of 13.33º 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 #BDA8A2 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 168 | 162 | - |
CMYK | 0 | 0.11 | 0.14 | 0.26 |
HSL | 13.33º | 0.17% | 0.69% | - |
HSV(B) | 13.33º | 0.14% | 0.74% | - |
XYZ | 41.51 | 41.43 | 39.99 | - |
YUV | 173.6 | 121.46 | 138.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 168 | 162 | 0 | 0.11 | 0.14 | 0.26 | 13.33 | 0.17 | 0.69 |
Hex | BD | A8 | A2 | 0 | B | E | 1A | D | 11 | 45 |
Octal | 275 | 250 | 242 | 0 | 13 | 16 | 32 | 15 | 21 | 105 |
Binary | 10111101 | 10101000 | 10100010 | 0 | 1011 | 1110 | 11010 | 1101 | 10001 | 1000101 |
Color Harmonies of #BDA8A2
Complementary color
Monochromatic Colors of #BDA8A2
Black with #BDA8A2
Text Example
Text Example
White with #BDA8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8A2; }
p { color: rgb(189,168,162); }
H1.HeaderClassName
{
color: #BDA8A2;
}
.AnyTagClassName
{
color: #BDA8A2;
}
</style>
background-color css
<style>
a { background-color: #BDA8A2; }
a { background-color: rgb(189,168,162); }
div.DivClassName
{
background-color: #BDA8A2;
}
.BgClassName
{
background-color: #BDA8A2;
}
</style>
border-color css
<style>
span { border-color: #BDA8A2; }
span { border-color: rgb(189,168,162); }
td.TdClassName
{
border-color: #BDA8A2;
}
.TagClassName
{
border-color: #BDA8A2;
}
</style>