Shades of Tana #BCB59B
Tints of Tana #BCB59B
RGB
CMYK
RGB Variations
Color information
#BCB59B (or 0xBCB59B) is known color: Tana. HEX triplet: BC, B5 and 9B. RGB value is (188,181,155). Sum of RGB (Red+Green+Blue) = 188+181+155=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB59B is #434A64. Grayscale: #B4B4B4. Windows color (decimal): -4409957 or 10204604. OLE color: 10204604.
HSL color Cylindrical-coordinate representation of color #BCB59B: hue angle of 47.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB59B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 155 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.26 |
| HSL | 47.27º | 0.2% | 0.67% | - |
| HSV(B) | 47.27º | 0.18% | 0.74% | - |
| XYZ | 43.18 | 46.11 | 37.63 | - |
| YUV | 180.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 155 | 0 | 0.04 | 0.18 | 0.26 | 47.27 | 0.2 | 0.67 |
| Hex | BC | B5 | 9B | 0 | 4 | 12 | 1A | 2F | 14 | 43 |
| Octal | 274 | 265 | 233 | 0 | 4 | 22 | 32 | 57 | 24 | 103 |
| Binary | 10111100 | 10110101 | 10011011 | 0 | 100 | 10010 | 11010 | 101111 | 10100 | 1000011 |
Color Harmonies of #BCB59B
Complementary color
Monochromatic Colors of #BCB59B
Black with #BCB59B
Text Example
Text Example
White with #BCB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB59B; }
p { color: rgb(188,181,155); }
H1.HeaderClassName
{
color: #BCB59B;
}
.AnyTagClassName
{
color: #BCB59B;
}
</style>
background-color css
<style>
a { background-color: #BCB59B; }
a { background-color: rgb(188,181,155); }
div.DivClassName
{
background-color: #BCB59B;
}
.BgClassName
{
background-color: #BCB59B;
}
</style>
border-color css
<style>
span { border-color: #BCB59B; }
span { border-color: rgb(188,181,155); }
td.TdClassName
{
border-color: #BCB59B;
}
.TagClassName
{
border-color: #BCB59B;
}
</style>