Shades of Martini #BCB1AD
Tints of Martini #BCB1AD
RGB
CMYK
RGB Variations
Color information
#BCB1AD (or 0xBCB1AD) is known color: Martini. HEX triplet: BC, B1 and AD. RGB value is (188,177,173). Sum of RGB (Red+Green+Blue) = 188+177+173=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1AD is #434E52. Grayscale: #B3B3B3. Windows color (decimal): -4410963 or 11383228. OLE color: 11383228.
HSL color Cylindrical-coordinate representation of color #BCB1AD: hue angle of 16º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB1AD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 173 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.26 |
| HSL | 16º | 0.1% | 0.71% | - |
| HSV(B) | 16º | 0.08% | 0.74% | - |
| XYZ | 44 | 45.15 | 45.93 | - |
| YUV | 179.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 173 | 0 | 0.06 | 0.08 | 0.26 | 16 | 0.1 | 0.71 |
| Hex | BC | B1 | AD | 0 | 6 | 8 | 1A | 10 | A | 47 |
| Octal | 274 | 261 | 255 | 0 | 6 | 10 | 32 | 20 | 12 | 107 |
| Binary | 10111100 | 10110001 | 10101101 | 0 | 110 | 1000 | 11010 | 10000 | 1010 | 1000111 |
Color Harmonies of #BCB1AD
Complementary color
Monochromatic Colors of #BCB1AD
Black with #BCB1AD
Text Example
Text Example
White with #BCB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1AD; }
p { color: rgb(188,177,173); }
H1.HeaderClassName
{
color: #BCB1AD;
}
.AnyTagClassName
{
color: #BCB1AD;
}
</style>
background-color css
<style>
a { background-color: #BCB1AD; }
a { background-color: rgb(188,177,173); }
div.DivClassName
{
background-color: #BCB1AD;
}
.BgClassName
{
background-color: #BCB1AD;
}
</style>
border-color css
<style>
span { border-color: #BCB1AD; }
span { border-color: rgb(188,177,173); }
td.TdClassName
{
border-color: #BCB1AD;
}
.TagClassName
{
border-color: #BCB1AD;
}
</style>