Shades of Martini #BCA398
Tints of Martini #BCA398
RGB
CMYK
RGB Variations
Color information
#BCA398 (or 0xBCA398) is known color: Martini. HEX triplet: BC, A3 and 98. RGB value is (188,163,152). Sum of RGB (Red+Green+Blue) = 188+163+152=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA398 is #435C67. Grayscale: #A9A9A9. Windows color (decimal): -4414568 or 10003388. OLE color: 10003388.
HSL color Cylindrical-coordinate representation of color #BCA398: hue angle of 18.33º 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 #BCA398 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 152 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.26 |
| HSL | 18.33º | 0.21% | 0.67% | - |
| HSV(B) | 18.33º | 0.19% | 0.74% | - |
| XYZ | 39.5 | 39.15 | 35.18 | - |
| YUV | 169.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 152 | 0 | 0.13 | 0.19 | 0.26 | 18.33 | 0.21 | 0.67 |
| Hex | BC | A3 | 98 | 0 | D | 13 | 1A | 12 | 15 | 43 |
| Octal | 274 | 243 | 230 | 0 | 15 | 23 | 32 | 22 | 25 | 103 |
| Binary | 10111100 | 10100011 | 10011000 | 0 | 1101 | 10011 | 11010 | 10010 | 10101 | 1000011 |
Color Harmonies of #BCA398
Complementary color
Monochromatic Colors of #BCA398
Black with #BCA398
Text Example
Text Example
White with #BCA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA398; }
p { color: rgb(188,163,152); }
H1.HeaderClassName
{
color: #BCA398;
}
.AnyTagClassName
{
color: #BCA398;
}
</style>
background-color css
<style>
a { background-color: #BCA398; }
a { background-color: rgb(188,163,152); }
div.DivClassName
{
background-color: #BCA398;
}
.BgClassName
{
background-color: #BCA398;
}
</style>
border-color css
<style>
span { border-color: #BCA398; }
span { border-color: rgb(188,163,152); }
td.TdClassName
{
border-color: #BCA398;
}
.TagClassName
{
border-color: #BCA398;
}
</style>