Shades of Martini #BCA099
Tints of Martini #BCA099
RGB
CMYK
RGB Variations
Color information
#BCA099 (or 0xBCA099) is known color: Martini. HEX triplet: BC, A0 and 99. RGB value is (188,160,153). Sum of RGB (Red+Green+Blue) = 188+160+153=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA099 is #435F66. Grayscale: #A7A7A7. Windows color (decimal): -4415335 or 10068156. OLE color: 10068156.
HSL color Cylindrical-coordinate representation of color #BCA099: hue angle of 12º 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 #BCA099 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 153 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.26 |
| HSL | 12º | 0.21% | 0.67% | - |
| HSV(B) | 12º | 0.19% | 0.74% | - |
| XYZ | 39.06 | 38.13 | 35.44 | - |
| YUV | 167.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 153 | 0 | 0.15 | 0.19 | 0.26 | 12 | 0.21 | 0.67 |
| Hex | BC | A0 | 99 | 0 | F | 13 | 1A | C | 15 | 43 |
| Octal | 274 | 240 | 231 | 0 | 17 | 23 | 32 | 14 | 25 | 103 |
| Binary | 10111100 | 10100000 | 10011001 | 0 | 1111 | 10011 | 11010 | 1100 | 10101 | 1000011 |
Color Harmonies of #BCA099
Complementary color
Monochromatic Colors of #BCA099
Black with #BCA099
Text Example
Text Example
White with #BCA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA099; }
p { color: rgb(188,160,153); }
H1.HeaderClassName
{
color: #BCA099;
}
.AnyTagClassName
{
color: #BCA099;
}
</style>
background-color css
<style>
a { background-color: #BCA099; }
a { background-color: rgb(188,160,153); }
div.DivClassName
{
background-color: #BCA099;
}
.BgClassName
{
background-color: #BCA099;
}
</style>
border-color css
<style>
span { border-color: #BCA099; }
span { border-color: rgb(188,160,153); }
td.TdClassName
{
border-color: #BCA099;
}
.TagClassName
{
border-color: #BCA099;
}
</style>