Shades of Tana #BCBA9F
Tints of Tana #BCBA9F
RGB
CMYK
RGB Variations
Color information
#BCBA9F (or 0xBCBA9F) is known color: Tana. HEX triplet: BC, BA and 9F. RGB value is (188,186,159). Sum of RGB (Red+Green+Blue) = 188+186+159=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9F is #434560. Grayscale: #B7B7B7. Windows color (decimal): -4408673 or 10468028. OLE color: 10468028.
HSL color Cylindrical-coordinate representation of color #BCBA9F: hue angle of 55.86º degrees, saturation: 0.18, 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 #BCBA9F is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 159 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.26 |
| HSL | 55.86º | 0.18% | 0.68% | - |
| HSV(B) | 55.86º | 0.15% | 0.74% | - |
| XYZ | 44.56 | 48.31 | 39.78 | - |
| YUV | 183.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 159 | 0 | 0.01 | 0.15 | 0.26 | 55.86 | 0.18 | 0.68 |
| Hex | BC | BA | 9F | 0 | 1 | F | 1A | 38 | 12 | 44 |
| Octal | 274 | 272 | 237 | 0 | 1 | 17 | 32 | 70 | 22 | 104 |
| Binary | 10111100 | 10111010 | 10011111 | 0 | 1 | 1111 | 11010 | 111000 | 10010 | 1000100 |
Color Harmonies of #BCBA9F
Complementary color
Monochromatic Colors of #BCBA9F
Black with #BCBA9F
Text Example
Text Example
White with #BCBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA9F; }
p { color: rgb(188,186,159); }
H1.HeaderClassName
{
color: #BCBA9F;
}
.AnyTagClassName
{
color: #BCBA9F;
}
</style>
background-color css
<style>
a { background-color: #BCBA9F; }
a { background-color: rgb(188,186,159); }
div.DivClassName
{
background-color: #BCBA9F;
}
.BgClassName
{
background-color: #BCBA9F;
}
</style>
border-color css
<style>
span { border-color: #BCBA9F; }
span { border-color: rgb(188,186,159); }
td.TdClassName
{
border-color: #BCBA9F;
}
.TagClassName
{
border-color: #BCBA9F;
}
</style>