Shades of Tana #BCBA9D
Tints of Tana #BCBA9D
RGB
CMYK
RGB Variations
Color information
#BCBA9D (or 0xBCBA9D) is known color: Tana. HEX triplet: BC, BA and 9D. RGB value is (188,186,157). Sum of RGB (Red+Green+Blue) = 188+186+157=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA9D is #434562. Grayscale: #B7B7B7. Windows color (decimal): -4408675 or 10336956. OLE color: 10336956.
HSL color Cylindrical-coordinate representation of color #BCBA9D: hue angle of 56.13º degrees, saturation: 0.19, 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 #BCBA9D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 157 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.26 |
| HSL | 56.13º | 0.19% | 0.68% | - |
| HSV(B) | 56.13º | 0.16% | 0.74% | - |
| XYZ | 44.38 | 48.24 | 38.87 | - |
| YUV | 183.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 157 | 0 | 0.01 | 0.16 | 0.26 | 56.13 | 0.19 | 0.68 |
| Hex | BC | BA | 9D | 0 | 1 | 10 | 1A | 38 | 13 | 44 |
| Octal | 274 | 272 | 235 | 0 | 1 | 20 | 32 | 70 | 23 | 104 |
| Binary | 10111100 | 10111010 | 10011101 | 0 | 1 | 10000 | 11010 | 111000 | 10011 | 1000100 |
Color Harmonies of #BCBA9D
Complementary color
Monochromatic Colors of #BCBA9D
Black with #BCBA9D
Text Example
Text Example
White with #BCBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA9D; }
p { color: rgb(188,186,157); }
H1.HeaderClassName
{
color: #BCBA9D;
}
.AnyTagClassName
{
color: #BCBA9D;
}
</style>
background-color css
<style>
a { background-color: #BCBA9D; }
a { background-color: rgb(188,186,157); }
div.DivClassName
{
background-color: #BCBA9D;
}
.BgClassName
{
background-color: #BCBA9D;
}
</style>
border-color css
<style>
span { border-color: #BCBA9D; }
span { border-color: rgb(188,186,157); }
td.TdClassName
{
border-color: #BCBA9D;
}
.TagClassName
{
border-color: #BCBA9D;
}
</style>