Shades of Tea #BCB4A3
Tints of Tea #BCB4A3
RGB
CMYK
RGB Variations
Color information
#BCB4A3 (or 0xBCB4A3) is known color: Tea. HEX triplet: BC, B4 and A3. RGB value is (188,180,163). Sum of RGB (Red+Green+Blue) = 188+180+163=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4A3 is #434B5C. Grayscale: #B4B4B4. Windows color (decimal): -4410205 or 10728636. OLE color: 10728636.
HSL color Cylindrical-coordinate representation of color #BCB4A3: hue angle of 40.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB4A3 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 163 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.26 |
| HSL | 40.8º | 0.16% | 0.69% | - |
| HSV(B) | 40.8º | 0.13% | 0.74% | - |
| XYZ | 43.67 | 45.98 | 41.22 | - |
| YUV | 180.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 163 | 0 | 0.04 | 0.13 | 0.26 | 40.8 | 0.16 | 0.69 |
| Hex | BC | B4 | A3 | 0 | 4 | D | 1A | 29 | 10 | 45 |
| Octal | 274 | 264 | 243 | 0 | 4 | 15 | 32 | 51 | 20 | 105 |
| Binary | 10111100 | 10110100 | 10100011 | 0 | 100 | 1101 | 11010 | 101001 | 10000 | 1000101 |
Color Harmonies of #BCB4A3
Complementary color
Monochromatic Colors of #BCB4A3
Black with #BCB4A3
Text Example
Text Example
White with #BCB4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4A3; }
p { color: rgb(188,180,163); }
H1.HeaderClassName
{
color: #BCB4A3;
}
.AnyTagClassName
{
color: #BCB4A3;
}
</style>
background-color css
<style>
a { background-color: #BCB4A3; }
a { background-color: rgb(188,180,163); }
div.DivClassName
{
background-color: #BCB4A3;
}
.BgClassName
{
background-color: #BCB4A3;
}
</style>
border-color css
<style>
span { border-color: #BCB4A3; }
span { border-color: rgb(188,180,163); }
td.TdClassName
{
border-color: #BCB4A3;
}
.TagClassName
{
border-color: #BCB4A3;
}
</style>