Shades of Tana #BCB99E
Tints of Tana #BCB99E
RGB
CMYK
RGB Variations
Color information
#BCB99E (or 0xBCB99E) is known color: Tana. HEX triplet: BC, B9 and 9E. RGB value is (188,185,158). Sum of RGB (Red+Green+Blue) = 188+185+158=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99E is #434661. Grayscale: #B6B6B6. Windows color (decimal): -4408930 or 10402236. OLE color: 10402236.
HSL color Cylindrical-coordinate representation of color #BCB99E: hue angle of 54º 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 #BCB99E is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 158 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.26 |
| HSL | 54º | 0.18% | 0.68% | - |
| HSV(B) | 54º | 0.16% | 0.74% | - |
| XYZ | 44.26 | 47.86 | 39.25 | - |
| YUV | 182.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 158 | 0 | 0.02 | 0.16 | 0.26 | 54 | 0.18 | 0.68 |
| Hex | BC | B9 | 9E | 0 | 2 | 10 | 1A | 36 | 12 | 44 |
| Octal | 274 | 271 | 236 | 0 | 2 | 20 | 32 | 66 | 22 | 104 |
| Binary | 10111100 | 10111001 | 10011110 | 0 | 10 | 10000 | 11010 | 110110 | 10010 | 1000100 |
Color Harmonies of #BCB99E
Complementary color
Monochromatic Colors of #BCB99E
Black with #BCB99E
Text Example
Text Example
White with #BCB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB99E; }
p { color: rgb(188,185,158); }
H1.HeaderClassName
{
color: #BCB99E;
}
.AnyTagClassName
{
color: #BCB99E;
}
</style>
background-color css
<style>
a { background-color: #BCB99E; }
a { background-color: rgb(188,185,158); }
div.DivClassName
{
background-color: #BCB99E;
}
.BgClassName
{
background-color: #BCB99E;
}
</style>
border-color css
<style>
span { border-color: #BCB99E; }
span { border-color: rgb(188,185,158); }
td.TdClassName
{
border-color: #BCB99E;
}
.TagClassName
{
border-color: #BCB99E;
}
</style>