Shades of Tana #BCB59D
Tints of Tana #BCB59D
RGB
CMYK
RGB Variations
Color information
#BCB59D (or 0xBCB59D) is known color: Tana. HEX triplet: BC, B5 and 9D. RGB value is (188,181,157). Sum of RGB (Red+Green+Blue) = 188+181+157=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59D is #434A62. Grayscale: #B4B4B4. Windows color (decimal): -4409955 or 10335676. OLE color: 10335676.
HSL color Cylindrical-coordinate representation of color #BCB59D: hue angle of 46.45º 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 #BCB59D is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 157 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.26 |
| HSL | 46.45º | 0.19% | 0.68% | - |
| HSV(B) | 46.45º | 0.16% | 0.74% | - |
| XYZ | 43.35 | 46.17 | 38.53 | - |
| YUV | 180.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 157 | 0 | 0.04 | 0.16 | 0.26 | 46.45 | 0.19 | 0.68 |
| Hex | BC | B5 | 9D | 0 | 4 | 10 | 1A | 2E | 13 | 44 |
| Octal | 274 | 265 | 235 | 0 | 4 | 20 | 32 | 56 | 23 | 104 |
| Binary | 10111100 | 10110101 | 10011101 | 0 | 100 | 10000 | 11010 | 101110 | 10011 | 1000100 |
Color Harmonies of #BCB59D
Complementary color
Monochromatic Colors of #BCB59D
Black with #BCB59D
Text Example
Text Example
White with #BCB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB59D; }
p { color: rgb(188,181,157); }
H1.HeaderClassName
{
color: #BCB59D;
}
.AnyTagClassName
{
color: #BCB59D;
}
</style>
background-color css
<style>
a { background-color: #BCB59D; }
a { background-color: rgb(188,181,157); }
div.DivClassName
{
background-color: #BCB59D;
}
.BgClassName
{
background-color: #BCB59D;
}
</style>
border-color css
<style>
span { border-color: #BCB59D; }
span { border-color: rgb(188,181,157); }
td.TdClassName
{
border-color: #BCB59D;
}
.TagClassName
{
border-color: #BCB59D;
}
</style>