Shades of Martini #BCA09B
Tints of Martini #BCA09B
RGB
CMYK
RGB Variations
Color information
#BCA09B (or 0xBCA09B) is known color: Martini. HEX triplet: BC, A0 and 9B. RGB value is (188,160,155). Sum of RGB (Red+Green+Blue) = 188+160+155=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA09B is #435F64. Grayscale: #A7A7A7. Windows color (decimal): -4415333 or 10199228. OLE color: 10199228.
HSL color Cylindrical-coordinate representation of color #BCA09B: hue angle of 9.09º 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 #BCA09B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 155 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.26 |
| HSL | 9.09º | 0.2% | 0.67% | - |
| HSV(B) | 9.09º | 0.18% | 0.74% | - |
| XYZ | 39.23 | 38.2 | 36.32 | - |
| YUV | 167.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 155 | 0 | 0.15 | 0.18 | 0.26 | 9.09 | 0.2 | 0.67 |
| Hex | BC | A0 | 9B | 0 | F | 12 | 1A | 9 | 14 | 43 |
| Octal | 274 | 240 | 233 | 0 | 17 | 22 | 32 | 11 | 24 | 103 |
| Binary | 10111100 | 10100000 | 10011011 | 0 | 1111 | 10010 | 11010 | 1001 | 10100 | 1000011 |
Color Harmonies of #BCA09B
Complementary color
Monochromatic Colors of #BCA09B
Black with #BCA09B
Text Example
Text Example
White with #BCA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA09B; }
p { color: rgb(188,160,155); }
H1.HeaderClassName
{
color: #BCA09B;
}
.AnyTagClassName
{
color: #BCA09B;
}
</style>
background-color css
<style>
a { background-color: #BCA09B; }
a { background-color: rgb(188,160,155); }
div.DivClassName
{
background-color: #BCA09B;
}
.BgClassName
{
background-color: #BCA09B;
}
</style>
border-color css
<style>
span { border-color: #BCA09B; }
span { border-color: rgb(188,160,155); }
td.TdClassName
{
border-color: #BCA09B;
}
.TagClassName
{
border-color: #BCA09B;
}
</style>