Shades of Tana #BCB79D
Tints of Tana #BCB79D
RGB
CMYK
RGB Variations
Color information
#BCB79D (or 0xBCB79D) is known color: Tana. HEX triplet: BC, B7 and 9D. RGB value is (188,183,157). Sum of RGB (Red+Green+Blue) = 188+183+157=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB79D is #434862. Grayscale: #B5B5B5. Windows color (decimal): -4409443 or 10336188. OLE color: 10336188.
HSL color Cylindrical-coordinate representation of color #BCB79D: hue angle of 50.32º 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 #BCB79D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 157 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.26 |
| HSL | 50.32º | 0.19% | 0.68% | - |
| HSV(B) | 50.32º | 0.16% | 0.74% | - |
| XYZ | 43.76 | 46.99 | 38.66 | - |
| YUV | 181.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 157 | 0 | 0.03 | 0.16 | 0.26 | 50.32 | 0.19 | 0.68 |
| Hex | BC | B7 | 9D | 0 | 3 | 10 | 1A | 32 | 13 | 44 |
| Octal | 274 | 267 | 235 | 0 | 3 | 20 | 32 | 62 | 23 | 104 |
| Binary | 10111100 | 10110111 | 10011101 | 0 | 11 | 10000 | 11010 | 110010 | 10011 | 1000100 |
Color Harmonies of #BCB79D
Complementary color
Monochromatic Colors of #BCB79D
Black with #BCB79D
Text Example
Text Example
White with #BCB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB79D; }
p { color: rgb(188,183,157); }
H1.HeaderClassName
{
color: #BCB79D;
}
.AnyTagClassName
{
color: #BCB79D;
}
</style>
background-color css
<style>
a { background-color: #BCB79D; }
a { background-color: rgb(188,183,157); }
div.DivClassName
{
background-color: #BCB79D;
}
.BgClassName
{
background-color: #BCB79D;
}
</style>
border-color css
<style>
span { border-color: #BCB79D; }
span { border-color: rgb(188,183,157); }
td.TdClassName
{
border-color: #BCB79D;
}
.TagClassName
{
border-color: #BCB79D;
}
</style>