Shades of Martini #BCA19B
Tints of Martini #BCA19B
RGB
CMYK
RGB Variations
Color information
#BCA19B (or 0xBCA19B) is known color: Martini. HEX triplet: BC, A1 and 9B. RGB value is (188,161,155). Sum of RGB (Red+Green+Blue) = 188+161+155=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA19B is #435E64. Grayscale: #A8A8A8. Windows color (decimal): -4415077 or 10199484. OLE color: 10199484.
HSL color Cylindrical-coordinate representation of color #BCA19B: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA19B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 155 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.26 |
| HSL | 10.91º | 0.2% | 0.67% | - |
| HSV(B) | 10.91º | 0.18% | 0.74% | - |
| XYZ | 39.4 | 38.55 | 36.37 | - |
| YUV | 168.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 155 | 0 | 0.14 | 0.18 | 0.26 | 10.91 | 0.2 | 0.67 |
| Hex | BC | A1 | 9B | 0 | E | 12 | 1A | B | 14 | 43 |
| Octal | 274 | 241 | 233 | 0 | 16 | 22 | 32 | 13 | 24 | 103 |
| Binary | 10111100 | 10100001 | 10011011 | 0 | 1110 | 10010 | 11010 | 1011 | 10100 | 1000011 |
Color Harmonies of #BCA19B
Complementary color
Monochromatic Colors of #BCA19B
Black with #BCA19B
Text Example
Text Example
White with #BCA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA19B; }
p { color: rgb(188,161,155); }
H1.HeaderClassName
{
color: #BCA19B;
}
.AnyTagClassName
{
color: #BCA19B;
}
</style>
background-color css
<style>
a { background-color: #BCA19B; }
a { background-color: rgb(188,161,155); }
div.DivClassName
{
background-color: #BCA19B;
}
.BgClassName
{
background-color: #BCA19B;
}
</style>
border-color css
<style>
span { border-color: #BCA19B; }
span { border-color: rgb(188,161,155); }
td.TdClassName
{
border-color: #BCA19B;
}
.TagClassName
{
border-color: #BCA19B;
}
</style>