Shades of Tana #BCB7A0
Tints of Tana #BCB7A0
RGB
CMYK
RGB Variations
Color information
#BCB7A0 (or 0xBCB7A0) is known color: Tana. HEX triplet: BC, B7 and A0. RGB value is (188,183,160). Sum of RGB (Red+Green+Blue) = 188+183+160=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A0 is #43485F. Grayscale: #B5B5B5. Windows color (decimal): -4409440 or 10532796. OLE color: 10532796.
HSL color Cylindrical-coordinate representation of color #BCB7A0: hue angle of 49.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB7A0 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 160 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.26 |
| HSL | 49.29º | 0.17% | 0.68% | - |
| HSV(B) | 49.29º | 0.15% | 0.74% | - |
| XYZ | 44.02 | 47.1 | 40.03 | - |
| YUV | 181.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 160 | 0 | 0.03 | 0.15 | 0.26 | 49.29 | 0.17 | 0.68 |
| Hex | BC | B7 | A0 | 0 | 3 | F | 1A | 31 | 11 | 44 |
| Octal | 274 | 267 | 240 | 0 | 3 | 17 | 32 | 61 | 21 | 104 |
| Binary | 10111100 | 10110111 | 10100000 | 0 | 11 | 1111 | 11010 | 110001 | 10001 | 1000100 |
Color Harmonies of #BCB7A0
Complementary color
Monochromatic Colors of #BCB7A0
Black with #BCB7A0
Text Example
Text Example
White with #BCB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7A0; }
p { color: rgb(188,183,160); }
H1.HeaderClassName
{
color: #BCB7A0;
}
.AnyTagClassName
{
color: #BCB7A0;
}
</style>
background-color css
<style>
a { background-color: #BCB7A0; }
a { background-color: rgb(188,183,160); }
div.DivClassName
{
background-color: #BCB7A0;
}
.BgClassName
{
background-color: #BCB7A0;
}
</style>
border-color css
<style>
span { border-color: #BCB7A0; }
span { border-color: rgb(188,183,160); }
td.TdClassName
{
border-color: #BCB7A0;
}
.TagClassName
{
border-color: #BCB7A0;
}
</style>