Shades of Tana #BCB599
Tints of Tana #BCB599
RGB
CMYK
RGB Variations
Color information
#BCB599 (or 0xBCB599) is known color: Tana. HEX triplet: BC, B5 and 99. RGB value is (188,181,153). Sum of RGB (Red+Green+Blue) = 188+181+153=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB599 is #434A66. Grayscale: #B4B4B4. Windows color (decimal): -4409959 or 10073532. OLE color: 10073532.
HSL color Cylindrical-coordinate representation of color #BCB599: hue angle of 48º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB599 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 153 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.26 |
| HSL | 48º | 0.21% | 0.67% | - |
| HSV(B) | 48º | 0.19% | 0.74% | - |
| XYZ | 43.01 | 46.04 | 36.76 | - |
| YUV | 179.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 153 | 0 | 0.04 | 0.19 | 0.26 | 48 | 0.21 | 0.67 |
| Hex | BC | B5 | 99 | 0 | 4 | 13 | 1A | 30 | 15 | 43 |
| Octal | 274 | 265 | 231 | 0 | 4 | 23 | 32 | 60 | 25 | 103 |
| Binary | 10111100 | 10110101 | 10011001 | 0 | 100 | 10011 | 11010 | 110000 | 10101 | 1000011 |
Color Harmonies of #BCB599
Complementary color
Monochromatic Colors of #BCB599
Black with #BCB599
Text Example
Text Example
White with #BCB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB599; }
p { color: rgb(188,181,153); }
H1.HeaderClassName
{
color: #BCB599;
}
.AnyTagClassName
{
color: #BCB599;
}
</style>
background-color css
<style>
a { background-color: #BCB599; }
a { background-color: rgb(188,181,153); }
div.DivClassName
{
background-color: #BCB599;
}
.BgClassName
{
background-color: #BCB599;
}
</style>
border-color css
<style>
span { border-color: #BCB599; }
span { border-color: rgb(188,181,153); }
td.TdClassName
{
border-color: #BCB599;
}
.TagClassName
{
border-color: #BCB599;
}
</style>