Shades of Tana #BCBA9E
Tints of Tana #BCBA9E
RGB
CMYK
RGB Variations
Color information
#BCBA9E (or 0xBCBA9E) is known color: Tana. HEX triplet: BC, BA and 9E. RGB value is (188,186,158). Sum of RGB (Red+Green+Blue) = 188+186+158=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9E is #434561. Grayscale: #B7B7B7. Windows color (decimal): -4408674 or 10402492. OLE color: 10402492.
HSL color Cylindrical-coordinate representation of color #BCBA9E: hue angle of 56º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBA9E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 158 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.26 |
| HSL | 56º | 0.18% | 0.68% | - |
| HSV(B) | 56º | 0.16% | 0.74% | - |
| XYZ | 44.47 | 48.28 | 39.32 | - |
| YUV | 183.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 158 | 0 | 0.01 | 0.16 | 0.26 | 56 | 0.18 | 0.68 |
| Hex | BC | BA | 9E | 0 | 1 | 10 | 1A | 38 | 12 | 44 |
| Octal | 274 | 272 | 236 | 0 | 1 | 20 | 32 | 70 | 22 | 104 |
| Binary | 10111100 | 10111010 | 10011110 | 0 | 1 | 10000 | 11010 | 111000 | 10010 | 1000100 |
Color Harmonies of #BCBA9E
Complementary color
Monochromatic Colors of #BCBA9E
Black with #BCBA9E
Text Example
Text Example
White with #BCBA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA9E; }
p { color: rgb(188,186,158); }
H1.HeaderClassName
{
color: #BCBA9E;
}
.AnyTagClassName
{
color: #BCBA9E;
}
</style>
background-color css
<style>
a { background-color: #BCBA9E; }
a { background-color: rgb(188,186,158); }
div.DivClassName
{
background-color: #BCBA9E;
}
.BgClassName
{
background-color: #BCBA9E;
}
</style>
border-color css
<style>
span { border-color: #BCBA9E; }
span { border-color: rgb(188,186,158); }
td.TdClassName
{
border-color: #BCBA9E;
}
.TagClassName
{
border-color: #BCBA9E;
}
</style>