Shades of Tea #B4B0A8
Tints of Tea #B4B0A8
RGB
CMYK
RGB Variations
Color information
#B4B0A8 (or 0xB4B0A8) is known color: Tea. HEX triplet: B4, B0 and A8. RGB value is (180,176,168). Sum of RGB (Red+Green+Blue) = 180+176+168=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0A8 is #4B4F57. Grayscale: #B0B0B0. Windows color (decimal): -4935512 or 11055284. OLE color: 11055284.
HSL color Cylindrical-coordinate representation of color #B4B0A8: hue angle of 40º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4B0A8 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 168 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.29 |
| HSL | 40º | 0.07% | 0.68% | - |
| HSV(B) | 40º | 0.07% | 0.71% | - |
| XYZ | 41.42 | 43.58 | 43.27 | - |
| YUV | 176.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 168 | 0 | 0.02 | 0.07 | 0.29 | 40 | 0.07 | 0.68 |
| Hex | B4 | B0 | A8 | 0 | 2 | 7 | 1D | 28 | 7 | 44 |
| Octal | 264 | 260 | 250 | 0 | 2 | 7 | 35 | 50 | 7 | 104 |
| Binary | 10110100 | 10110000 | 10101000 | 0 | 10 | 111 | 11101 | 101000 | 111 | 1000100 |
Color Harmonies of #B4B0A8
Complementary color
Monochromatic Colors of #B4B0A8
Black with #B4B0A8
Text Example
Text Example
White with #B4B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0A8; }
p { color: rgb(180,176,168); }
H1.HeaderClassName
{
color: #B4B0A8;
}
.AnyTagClassName
{
color: #B4B0A8;
}
</style>
background-color css
<style>
a { background-color: #B4B0A8; }
a { background-color: rgb(180,176,168); }
div.DivClassName
{
background-color: #B4B0A8;
}
.BgClassName
{
background-color: #B4B0A8;
}
</style>
border-color css
<style>
span { border-color: #B4B0A8; }
span { border-color: rgb(180,176,168); }
td.TdClassName
{
border-color: #B4B0A8;
}
.TagClassName
{
border-color: #B4B0A8;
}
</style>