Shades of Tana #BCBAA0
Tints of Tana #BCBAA0
RGB
CMYK
RGB Variations
Color information
#BCBAA0 (or 0xBCBAA0) is known color: Tana. HEX triplet: BC, BA and A0. RGB value is (188,186,160). Sum of RGB (Red+Green+Blue) = 188+186+160=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA0 is #43455F. Grayscale: #B7B7B7. Windows color (decimal): -4408672 or 10533564. OLE color: 10533564.
HSL color Cylindrical-coordinate representation of color #BCBAA0: hue angle of 55.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBAA0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 160 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 55.71º | 0.17% | 0.68% | - |
| HSV(B) | 55.71º | 0.15% | 0.74% | - |
| XYZ | 44.64 | 48.35 | 40.24 | - |
| YUV | 183.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 160 | 0 | 0.01 | 0.15 | 0.26 | 55.71 | 0.17 | 0.68 |
| Hex | BC | BA | A0 | 0 | 1 | F | 1A | 38 | 11 | 44 |
| Octal | 274 | 272 | 240 | 0 | 1 | 17 | 32 | 70 | 21 | 104 |
| Binary | 10111100 | 10111010 | 10100000 | 0 | 1 | 1111 | 11010 | 111000 | 10001 | 1000100 |
Color Harmonies of #BCBAA0
Complementary color
Monochromatic Colors of #BCBAA0
Black with #BCBAA0
Text Example
Text Example
White with #BCBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAA0; }
p { color: rgb(188,186,160); }
H1.HeaderClassName
{
color: #BCBAA0;
}
.AnyTagClassName
{
color: #BCBAA0;
}
</style>
background-color css
<style>
a { background-color: #BCBAA0; }
a { background-color: rgb(188,186,160); }
div.DivClassName
{
background-color: #BCBAA0;
}
.BgClassName
{
background-color: #BCBAA0;
}
</style>
border-color css
<style>
span { border-color: #BCBAA0; }
span { border-color: rgb(188,186,160); }
td.TdClassName
{
border-color: #BCBAA0;
}
.TagClassName
{
border-color: #BCBAA0;
}
</style>