Shades of Tea #B8B0A2
Tints of Tea #B8B0A2
RGB
CMYK
RGB Variations
Color information
#B8B0A2 (or 0xB8B0A2) is known color: Tea. HEX triplet: B8, B0 and A2. RGB value is (184,176,162). Sum of RGB (Red+Green+Blue) = 184+176+162=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B0A2 is #474F5D. Grayscale: #B0B0B0. Windows color (decimal): -4673374 or 10662072. OLE color: 10662072.
HSL color Cylindrical-coordinate representation of color #B8B0A2: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B0A2 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 162 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.28 |
| HSL | 38.18º | 0.13% | 0.68% | - |
| HSV(B) | 38.18º | 0.12% | 0.72% | - |
| XYZ | 41.81 | 43.85 | 40.44 | - |
| YUV | 176.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 162 | 0 | 0.04 | 0.12 | 0.28 | 38.18 | 0.13 | 0.68 |
| Hex | B8 | B0 | A2 | 0 | 4 | C | 1C | 26 | D | 44 |
| Octal | 270 | 260 | 242 | 0 | 4 | 14 | 34 | 46 | 15 | 104 |
| Binary | 10111000 | 10110000 | 10100010 | 0 | 100 | 1100 | 11100 | 100110 | 1101 | 1000100 |
Color Harmonies of #B8B0A2
Complementary color
Monochromatic Colors of #B8B0A2
Black with #B8B0A2
Text Example
Text Example
White with #B8B0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0A2; }
p { color: rgb(184,176,162); }
H1.HeaderClassName
{
color: #B8B0A2;
}
.AnyTagClassName
{
color: #B8B0A2;
}
</style>
background-color css
<style>
a { background-color: #B8B0A2; }
a { background-color: rgb(184,176,162); }
div.DivClassName
{
background-color: #B8B0A2;
}
.BgClassName
{
background-color: #B8B0A2;
}
</style>
border-color css
<style>
span { border-color: #B8B0A2; }
span { border-color: rgb(184,176,162); }
td.TdClassName
{
border-color: #B8B0A2;
}
.TagClassName
{
border-color: #B8B0A2;
}
</style>