Shades of Tea #BCB1A1
Tints of Tea #BCB1A1
RGB
CMYK
RGB Variations
Color information
#BCB1A1 (or 0xBCB1A1) is known color: Tea. HEX triplet: BC, B1 and A1. RGB value is (188,177,161). Sum of RGB (Red+Green+Blue) = 188+177+161=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A1 is #434E5E. Grayscale: #B2B2B2. Windows color (decimal): -4410975 or 10596796. OLE color: 10596796.
HSL color Cylindrical-coordinate representation of color #BCB1A1: hue angle of 35.56º 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 #BCB1A1 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 161 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.26 |
| HSL | 35.56º | 0.17% | 0.68% | - |
| HSV(B) | 35.56º | 0.14% | 0.74% | - |
| XYZ | 42.89 | 44.71 | 40.09 | - |
| YUV | 178.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 161 | 0 | 0.06 | 0.14 | 0.26 | 35.56 | 0.17 | 0.68 |
| Hex | BC | B1 | A1 | 0 | 6 | E | 1A | 24 | 11 | 44 |
| Octal | 274 | 261 | 241 | 0 | 6 | 16 | 32 | 44 | 21 | 104 |
| Binary | 10111100 | 10110001 | 10100001 | 0 | 110 | 1110 | 11010 | 100100 | 10001 | 1000100 |
Color Harmonies of #BCB1A1
Complementary color
Monochromatic Colors of #BCB1A1
Black with #BCB1A1
Text Example
Text Example
White with #BCB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1A1; }
p { color: rgb(188,177,161); }
H1.HeaderClassName
{
color: #BCB1A1;
}
.AnyTagClassName
{
color: #BCB1A1;
}
</style>
background-color css
<style>
a { background-color: #BCB1A1; }
a { background-color: rgb(188,177,161); }
div.DivClassName
{
background-color: #BCB1A1;
}
.BgClassName
{
background-color: #BCB1A1;
}
</style>
border-color css
<style>
span { border-color: #BCB1A1; }
span { border-color: rgb(188,177,161); }
td.TdClassName
{
border-color: #BCB1A1;
}
.TagClassName
{
border-color: #BCB1A1;
}
</style>