Shades of Martini #BDA299
Tints of Martini #BDA299
RGB
CMYK
RGB Variations
Color information
#BDA299 (or 0xBDA299) is known color: Martini. HEX triplet: BD, A2 and 99. RGB value is (189,162,153). Sum of RGB (Red+Green+Blue) = 189+162+153=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA299 is #425D66. Grayscale: #A9A9A9. Windows color (decimal): -4349287 or 10068669. OLE color: 10068669.
HSL color Cylindrical-coordinate representation of color #BDA299: hue angle of 15º 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 #BDA299 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 153 | - |
CMYK | 0 | 0.14 | 0.19 | 0.26 |
HSL | 15º | 0.21% | 0.67% | - |
HSV(B) | 15º | 0.19% | 0.74% | - |
XYZ | 39.66 | 38.96 | 35.57 | - |
YUV | 169.05 | 118.95 | 142.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 153 | 0 | 0.14 | 0.19 | 0.26 | 15 | 0.21 | 0.67 |
Hex | BD | A2 | 99 | 0 | E | 13 | 1A | F | 15 | 43 |
Octal | 275 | 242 | 231 | 0 | 16 | 23 | 32 | 17 | 25 | 103 |
Binary | 10111101 | 10100010 | 10011001 | 0 | 1110 | 10011 | 11010 | 1111 | 10101 | 1000011 |
Color Harmonies of #BDA299
Complementary color
Monochromatic Colors of #BDA299
Black with #BDA299
Text Example
Text Example
White with #BDA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA299; }
p { color: rgb(189,162,153); }
H1.HeaderClassName
{
color: #BDA299;
}
.AnyTagClassName
{
color: #BDA299;
}
</style>
background-color css
<style>
a { background-color: #BDA299; }
a { background-color: rgb(189,162,153); }
div.DivClassName
{
background-color: #BDA299;
}
.BgClassName
{
background-color: #BDA299;
}
</style>
border-color css
<style>
span { border-color: #BDA299; }
span { border-color: rgb(189,162,153); }
td.TdClassName
{
border-color: #BDA299;
}
.TagClassName
{
border-color: #BDA299;
}
</style>