Shades of Tea #BCB2A1
Tints of Tea #BCB2A1
RGB
CMYK
RGB Variations
Color information
#BCB2A1 (or 0xBCB2A1) is known color: Tea. HEX triplet: BC, B2 and A1. RGB value is (188,178,161). Sum of RGB (Red+Green+Blue) = 188+178+161=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A1 is #434D5E. Grayscale: #B3B3B3. Windows color (decimal): -4410719 or 10597052. OLE color: 10597052.
HSL color Cylindrical-coordinate representation of color #BCB2A1: hue angle of 37.78º 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 #BCB2A1 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 161 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.26 |
| HSL | 37.78º | 0.17% | 0.68% | - |
| HSV(B) | 37.78º | 0.14% | 0.74% | - |
| XYZ | 43.09 | 45.11 | 40.15 | - |
| YUV | 179.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 161 | 0 | 0.05 | 0.14 | 0.26 | 37.78 | 0.17 | 0.68 |
| Hex | BC | B2 | A1 | 0 | 5 | E | 1A | 26 | 11 | 44 |
| Octal | 274 | 262 | 241 | 0 | 5 | 16 | 32 | 46 | 21 | 104 |
| Binary | 10111100 | 10110010 | 10100001 | 0 | 101 | 1110 | 11010 | 100110 | 10001 | 1000100 |
Color Harmonies of #BCB2A1
Complementary color
Monochromatic Colors of #BCB2A1
Black with #BCB2A1
Text Example
Text Example
White with #BCB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2A1; }
p { color: rgb(188,178,161); }
H1.HeaderClassName
{
color: #BCB2A1;
}
.AnyTagClassName
{
color: #BCB2A1;
}
</style>
background-color css
<style>
a { background-color: #BCB2A1; }
a { background-color: rgb(188,178,161); }
div.DivClassName
{
background-color: #BCB2A1;
}
.BgClassName
{
background-color: #BCB2A1;
}
</style>
border-color css
<style>
span { border-color: #BCB2A1; }
span { border-color: rgb(188,178,161); }
td.TdClassName
{
border-color: #BCB2A1;
}
.TagClassName
{
border-color: #BCB2A1;
}
</style>