Shades of Tea #BCB2A0
Tints of Tea #BCB2A0
RGB
CMYK
RGB Variations
Color information
#BCB2A0 (or 0xBCB2A0) is known color: Tea. HEX triplet: BC, B2 and A0. RGB value is (188,178,160). Sum of RGB (Red+Green+Blue) = 188+178+160=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A0 is #434D5F. Grayscale: #B3B3B3. Windows color (decimal): -4410720 or 10531516. OLE color: 10531516.
HSL color Cylindrical-coordinate representation of color #BCB2A0: hue angle of 38.57º 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 #BCB2A0 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 160 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.26 |
| HSL | 38.57º | 0.17% | 0.68% | - |
| HSV(B) | 38.57º | 0.15% | 0.74% | - |
| XYZ | 43 | 45.07 | 39.69 | - |
| YUV | 178.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 160 | 0 | 0.05 | 0.15 | 0.26 | 38.57 | 0.17 | 0.68 |
| Hex | BC | B2 | A0 | 0 | 5 | F | 1A | 27 | 11 | 44 |
| Octal | 274 | 262 | 240 | 0 | 5 | 17 | 32 | 47 | 21 | 104 |
| Binary | 10111100 | 10110010 | 10100000 | 0 | 101 | 1111 | 11010 | 100111 | 10001 | 1000100 |
Color Harmonies of #BCB2A0
Complementary color
Monochromatic Colors of #BCB2A0
Black with #BCB2A0
Text Example
Text Example
White with #BCB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2A0; }
p { color: rgb(188,178,160); }
H1.HeaderClassName
{
color: #BCB2A0;
}
.AnyTagClassName
{
color: #BCB2A0;
}
</style>
background-color css
<style>
a { background-color: #BCB2A0; }
a { background-color: rgb(188,178,160); }
div.DivClassName
{
background-color: #BCB2A0;
}
.BgClassName
{
background-color: #BCB2A0;
}
</style>
border-color css
<style>
span { border-color: #BCB2A0; }
span { border-color: rgb(188,178,160); }
td.TdClassName
{
border-color: #BCB2A0;
}
.TagClassName
{
border-color: #BCB2A0;
}
</style>