Shades of Tea #BCB5A2
Tints of Tea #BCB5A2
RGB
CMYK
RGB Variations
Color information
#BCB5A2 (or 0xBCB5A2) is known color: Tea. HEX triplet: BC, B5 and A2. RGB value is (188,181,162). Sum of RGB (Red+Green+Blue) = 188+181+162=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5A2 is #434A5D. Grayscale: #B5B5B5. Windows color (decimal): -4409950 or 10663356. OLE color: 10663356.
HSL color Cylindrical-coordinate representation of color #BCB5A2: hue angle of 43.85º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB5A2 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 162 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.26 |
| HSL | 43.85º | 0.16% | 0.69% | - |
| HSV(B) | 43.85º | 0.14% | 0.74% | - |
| XYZ | 43.78 | 46.35 | 40.82 | - |
| YUV | 180.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 162 | 0 | 0.04 | 0.14 | 0.26 | 43.85 | 0.16 | 0.69 |
| Hex | BC | B5 | A2 | 0 | 4 | E | 1A | 2C | 10 | 45 |
| Octal | 274 | 265 | 242 | 0 | 4 | 16 | 32 | 54 | 20 | 105 |
| Binary | 10111100 | 10110101 | 10100010 | 0 | 100 | 1110 | 11010 | 101100 | 10000 | 1000101 |
Color Harmonies of #BCB5A2
Complementary color
Monochromatic Colors of #BCB5A2
Black with #BCB5A2
Text Example
Text Example
White with #BCB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5A2; }
p { color: rgb(188,181,162); }
H1.HeaderClassName
{
color: #BCB5A2;
}
.AnyTagClassName
{
color: #BCB5A2;
}
</style>
background-color css
<style>
a { background-color: #BCB5A2; }
a { background-color: rgb(188,181,162); }
div.DivClassName
{
background-color: #BCB5A2;
}
.BgClassName
{
background-color: #BCB5A2;
}
</style>
border-color css
<style>
span { border-color: #BCB5A2; }
span { border-color: rgb(188,181,162); }
td.TdClassName
{
border-color: #BCB5A2;
}
.TagClassName
{
border-color: #BCB5A2;
}
</style>