Shades of Tana #BCB89E
Tints of Tana #BCB89E
RGB
CMYK
RGB Variations
Color information
#BCB89E (or 0xBCB89E) is known color: Tana. HEX triplet: BC, B8 and 9E. RGB value is (188,184,158). Sum of RGB (Red+Green+Blue) = 188+184+158=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89E is #434761. Grayscale: #B6B6B6. Windows color (decimal): -4409186 or 10401980. OLE color: 10401980.
HSL color Cylindrical-coordinate representation of color #BCB89E: hue angle of 52º 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 #BCB89E is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 158 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.26 |
| HSL | 52º | 0.18% | 0.68% | - |
| HSV(B) | 52º | 0.16% | 0.74% | - |
| XYZ | 44.05 | 47.44 | 39.18 | - |
| YUV | 182.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 158 | 0 | 0.02 | 0.16 | 0.26 | 52 | 0.18 | 0.68 |
| Hex | BC | B8 | 9E | 0 | 2 | 10 | 1A | 34 | 12 | 44 |
| Octal | 274 | 270 | 236 | 0 | 2 | 20 | 32 | 64 | 22 | 104 |
| Binary | 10111100 | 10111000 | 10011110 | 0 | 10 | 10000 | 11010 | 110100 | 10010 | 1000100 |
Color Harmonies of #BCB89E
Complementary color
Monochromatic Colors of #BCB89E
Black with #BCB89E
Text Example
Text Example
White with #BCB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB89E; }
p { color: rgb(188,184,158); }
H1.HeaderClassName
{
color: #BCB89E;
}
.AnyTagClassName
{
color: #BCB89E;
}
</style>
background-color css
<style>
a { background-color: #BCB89E; }
a { background-color: rgb(188,184,158); }
div.DivClassName
{
background-color: #BCB89E;
}
.BgClassName
{
background-color: #BCB89E;
}
</style>
border-color css
<style>
span { border-color: #BCB89E; }
span { border-color: rgb(188,184,158); }
td.TdClassName
{
border-color: #BCB89E;
}
.TagClassName
{
border-color: #BCB89E;
}
</style>