Shades of Tana #BCB898
Tints of Tana #BCB898
RGB
CMYK
RGB Variations
Color information
#BCB898 (or 0xBCB898) is known color: Tana. HEX triplet: BC, B8 and 98. RGB value is (188,184,152). Sum of RGB (Red+Green+Blue) = 188+184+152=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB898 is #434767. Grayscale: #B5B5B5. Windows color (decimal): -4409192 or 10008764. OLE color: 10008764.
HSL color Cylindrical-coordinate representation of color #BCB898: hue angle of 53.33º 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 #BCB898 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 152 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.26 |
| HSL | 53.33º | 0.21% | 0.67% | - |
| HSV(B) | 53.33º | 0.19% | 0.74% | - |
| XYZ | 43.55 | 47.24 | 36.53 | - |
| YUV | 181.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 152 | 0 | 0.02 | 0.19 | 0.26 | 53.33 | 0.21 | 0.67 |
| Hex | BC | B8 | 98 | 0 | 2 | 13 | 1A | 35 | 15 | 43 |
| Octal | 274 | 270 | 230 | 0 | 2 | 23 | 32 | 65 | 25 | 103 |
| Binary | 10111100 | 10111000 | 10011000 | 0 | 10 | 10011 | 11010 | 110101 | 10101 | 1000011 |
Color Harmonies of #BCB898
Complementary color
Monochromatic Colors of #BCB898
Black with #BCB898
Text Example
Text Example
White with #BCB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB898; }
p { color: rgb(188,184,152); }
H1.HeaderClassName
{
color: #BCB898;
}
.AnyTagClassName
{
color: #BCB898;
}
</style>
background-color css
<style>
a { background-color: #BCB898; }
a { background-color: rgb(188,184,152); }
div.DivClassName
{
background-color: #BCB898;
}
.BgClassName
{
background-color: #BCB898;
}
</style>
border-color css
<style>
span { border-color: #BCB898; }
span { border-color: rgb(188,184,152); }
td.TdClassName
{
border-color: #BCB898;
}
.TagClassName
{
border-color: #BCB898;
}
</style>