Shades of Tana #BCB99F
Tints of Tana #BCB99F
RGB
CMYK
RGB Variations
Color information
#BCB99F (or 0xBCB99F) is known color: Tana. HEX triplet: BC, B9 and 9F. RGB value is (188,185,159). Sum of RGB (Red+Green+Blue) = 188+185+159=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99F is #434660. Grayscale: #B7B7B7. Windows color (decimal): -4408929 or 10467772. OLE color: 10467772.
HSL color Cylindrical-coordinate representation of color #BCB99F: hue angle of 53.79º 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 #BCB99F is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 159 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.26 |
| HSL | 53.79º | 0.18% | 0.68% | - |
| HSV(B) | 53.79º | 0.15% | 0.74% | - |
| XYZ | 44.35 | 47.89 | 39.71 | - |
| YUV | 182.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 159 | 0 | 0.02 | 0.15 | 0.26 | 53.79 | 0.18 | 0.68 |
| Hex | BC | B9 | 9F | 0 | 2 | F | 1A | 36 | 12 | 44 |
| Octal | 274 | 271 | 237 | 0 | 2 | 17 | 32 | 66 | 22 | 104 |
| Binary | 10111100 | 10111001 | 10011111 | 0 | 10 | 1111 | 11010 | 110110 | 10010 | 1000100 |
Color Harmonies of #BCB99F
Complementary color
Monochromatic Colors of #BCB99F
Black with #BCB99F
Text Example
Text Example
White with #BCB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB99F; }
p { color: rgb(188,185,159); }
H1.HeaderClassName
{
color: #BCB99F;
}
.AnyTagClassName
{
color: #BCB99F;
}
</style>
background-color css
<style>
a { background-color: #BCB99F; }
a { background-color: rgb(188,185,159); }
div.DivClassName
{
background-color: #BCB99F;
}
.BgClassName
{
background-color: #BCB99F;
}
</style>
border-color css
<style>
span { border-color: #BCB99F; }
span { border-color: rgb(188,185,159); }
td.TdClassName
{
border-color: #BCB99F;
}
.TagClassName
{
border-color: #BCB99F;
}
</style>