Shades of Tea #BCB09F
Tints of Tea #BCB09F
RGB
CMYK
RGB Variations
Color information
#BCB09F (or 0xBCB09F) is known color: Tea. HEX triplet: BC, B0 and 9F. RGB value is (188,176,159). Sum of RGB (Red+Green+Blue) = 188+176+159=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09F is #434F60. Grayscale: #B1B1B1. Windows color (decimal): -4411233 or 10465468. OLE color: 10465468.
HSL color Cylindrical-coordinate representation of color #BCB09F: hue angle of 35.17º degrees, saturation: 0.18, 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 #BCB09F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 159 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.26 |
| HSL | 35.17º | 0.18% | 0.68% | - |
| HSV(B) | 35.17º | 0.15% | 0.74% | - |
| XYZ | 42.52 | 44.25 | 39.1 | - |
| YUV | 177.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 159 | 0 | 0.06 | 0.15 | 0.26 | 35.17 | 0.18 | 0.68 |
| Hex | BC | B0 | 9F | 0 | 6 | F | 1A | 23 | 12 | 44 |
| Octal | 274 | 260 | 237 | 0 | 6 | 17 | 32 | 43 | 22 | 104 |
| Binary | 10111100 | 10110000 | 10011111 | 0 | 110 | 1111 | 11010 | 100011 | 10010 | 1000100 |
Color Harmonies of #BCB09F
Complementary color
Monochromatic Colors of #BCB09F
Black with #BCB09F
Text Example
Text Example
White with #BCB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB09F; }
p { color: rgb(188,176,159); }
H1.HeaderClassName
{
color: #BCB09F;
}
.AnyTagClassName
{
color: #BCB09F;
}
</style>
background-color css
<style>
a { background-color: #BCB09F; }
a { background-color: rgb(188,176,159); }
div.DivClassName
{
background-color: #BCB09F;
}
.BgClassName
{
background-color: #BCB09F;
}
</style>
border-color css
<style>
span { border-color: #BCB09F; }
span { border-color: rgb(188,176,159); }
td.TdClassName
{
border-color: #BCB09F;
}
.TagClassName
{
border-color: #BCB09F;
}
</style>