Shades of Tea #BCB3A1
Tints of Tea #BCB3A1
RGB
CMYK
RGB Variations
Color information
#BCB3A1 (or 0xBCB3A1) is known color: Tea. HEX triplet: BC, B3 and A1. RGB value is (188,179,161). Sum of RGB (Red+Green+Blue) = 188+179+161=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A1 is #434C5E. Grayscale: #B3B3B3. Windows color (decimal): -4410463 or 10597308. OLE color: 10597308.
HSL color Cylindrical-coordinate representation of color #BCB3A1: hue angle of 40º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB3A1 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 161 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.26 |
| HSL | 40º | 0.17% | 0.68% | - |
| HSV(B) | 40º | 0.14% | 0.74% | - |
| XYZ | 43.29 | 45.5 | 40.22 | - |
| YUV | 179.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 161 | 0 | 0.05 | 0.14 | 0.26 | 40 | 0.17 | 0.68 |
| Hex | BC | B3 | A1 | 0 | 5 | E | 1A | 28 | 11 | 44 |
| Octal | 274 | 263 | 241 | 0 | 5 | 16 | 32 | 50 | 21 | 104 |
| Binary | 10111100 | 10110011 | 10100001 | 0 | 101 | 1110 | 11010 | 101000 | 10001 | 1000100 |
Color Harmonies of #BCB3A1
Complementary color
Monochromatic Colors of #BCB3A1
Black with #BCB3A1
Text Example
Text Example
White with #BCB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3A1; }
p { color: rgb(188,179,161); }
H1.HeaderClassName
{
color: #BCB3A1;
}
.AnyTagClassName
{
color: #BCB3A1;
}
</style>
background-color css
<style>
a { background-color: #BCB3A1; }
a { background-color: rgb(188,179,161); }
div.DivClassName
{
background-color: #BCB3A1;
}
.BgClassName
{
background-color: #BCB3A1;
}
</style>
border-color css
<style>
span { border-color: #BCB3A1; }
span { border-color: rgb(188,179,161); }
td.TdClassName
{
border-color: #BCB3A1;
}
.TagClassName
{
border-color: #BCB3A1;
}
</style>