Shades of Tana #BCB79C
Tints of Tana #BCB79C
RGB
CMYK
RGB Variations
Color information
#BCB79C (or 0xBCB79C) is known color: Tana. HEX triplet: BC, B7 and 9C. RGB value is (188,183,156). Sum of RGB (Red+Green+Blue) = 188+183+156=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79C is #434863. Grayscale: #B5B5B5. Windows color (decimal): -4409444 or 10270652. OLE color: 10270652.
HSL color Cylindrical-coordinate representation of color #BCB79C: hue angle of 50.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB79C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 156 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.26 |
| HSL | 50.63º | 0.19% | 0.67% | - |
| HSV(B) | 50.63º | 0.17% | 0.74% | - |
| XYZ | 43.67 | 46.96 | 38.21 | - |
| YUV | 181.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 156 | 0 | 0.03 | 0.17 | 0.26 | 50.63 | 0.19 | 0.67 |
| Hex | BC | B7 | 9C | 0 | 3 | 11 | 1A | 33 | 13 | 43 |
| Octal | 274 | 267 | 234 | 0 | 3 | 21 | 32 | 63 | 23 | 103 |
| Binary | 10111100 | 10110111 | 10011100 | 0 | 11 | 10001 | 11010 | 110011 | 10011 | 1000011 |
Color Harmonies of #BCB79C
Complementary color
Monochromatic Colors of #BCB79C
Black with #BCB79C
Text Example
Text Example
White with #BCB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB79C; }
p { color: rgb(188,183,156); }
H1.HeaderClassName
{
color: #BCB79C;
}
.AnyTagClassName
{
color: #BCB79C;
}
</style>
background-color css
<style>
a { background-color: #BCB79C; }
a { background-color: rgb(188,183,156); }
div.DivClassName
{
background-color: #BCB79C;
}
.BgClassName
{
background-color: #BCB79C;
}
</style>
border-color css
<style>
span { border-color: #BCB79C; }
span { border-color: rgb(188,183,156); }
td.TdClassName
{
border-color: #BCB79C;
}
.TagClassName
{
border-color: #BCB79C;
}
</style>