Shades of Tea #BCB5A1
Tints of Tea #BCB5A1
RGB
CMYK
RGB Variations
Color information
#BCB5A1 (or 0xBCB5A1) is known color: Tea. HEX triplet: BC, B5 and A1. RGB value is (188,181,161). Sum of RGB (Red+Green+Blue) = 188+181+161=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5A1 is #434A5E. Grayscale: #B4B4B4. Windows color (decimal): -4409951 or 10597820. OLE color: 10597820.
HSL color Cylindrical-coordinate representation of color #BCB5A1: hue angle of 44.44º 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 #BCB5A1 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 161 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.26 |
| HSL | 44.44º | 0.17% | 0.68% | - |
| HSV(B) | 44.44º | 0.14% | 0.74% | - |
| XYZ | 43.7 | 46.31 | 40.35 | - |
| YUV | 180.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 161 | 0 | 0.04 | 0.14 | 0.26 | 44.44 | 0.17 | 0.68 |
| Hex | BC | B5 | A1 | 0 | 4 | E | 1A | 2C | 11 | 44 |
| Octal | 274 | 265 | 241 | 0 | 4 | 16 | 32 | 54 | 21 | 104 |
| Binary | 10111100 | 10110101 | 10100001 | 0 | 100 | 1110 | 11010 | 101100 | 10001 | 1000100 |
Color Harmonies of #BCB5A1
Complementary color
Monochromatic Colors of #BCB5A1
Black with #BCB5A1
Text Example
Text Example
White with #BCB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5A1; }
p { color: rgb(188,181,161); }
H1.HeaderClassName
{
color: #BCB5A1;
}
.AnyTagClassName
{
color: #BCB5A1;
}
</style>
background-color css
<style>
a { background-color: #BCB5A1; }
a { background-color: rgb(188,181,161); }
div.DivClassName
{
background-color: #BCB5A1;
}
.BgClassName
{
background-color: #BCB5A1;
}
</style>
border-color css
<style>
span { border-color: #BCB5A1; }
span { border-color: rgb(188,181,161); }
td.TdClassName
{
border-color: #BCB5A1;
}
.TagClassName
{
border-color: #BCB5A1;
}
</style>