Shades of Tea #B4B0A7
Tints of Tea #B4B0A7
RGB
CMYK
RGB Variations
Color information
#B4B0A7 (or 0xB4B0A7) is known color: Tea. HEX triplet: B4, B0 and A7. RGB value is (180,176,167). Sum of RGB (Red+Green+Blue) = 180+176+167=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B0A7 is #4B4F58. Grayscale: #B0B0B0. Windows color (decimal): -4935513 or 10989748. OLE color: 10989748.
HSL color Cylindrical-coordinate representation of color #B4B0A7: hue angle of 41.54º degrees, saturation: 0.08, 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 #B4B0A7 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 167 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.29 |
| HSL | 41.54º | 0.08% | 0.68% | - |
| HSV(B) | 41.54º | 0.07% | 0.71% | - |
| XYZ | 41.32 | 43.54 | 42.79 | - |
| YUV | 176.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 167 | 0 | 0.02 | 0.07 | 0.29 | 41.54 | 0.08 | 0.68 |
| Hex | B4 | B0 | A7 | 0 | 2 | 7 | 1D | 2A | 8 | 44 |
| Octal | 264 | 260 | 247 | 0 | 2 | 7 | 35 | 52 | 10 | 104 |
| Binary | 10110100 | 10110000 | 10100111 | 0 | 10 | 111 | 11101 | 101010 | 1000 | 1000100 |
Color Harmonies of #B4B0A7
Complementary color
Monochromatic Colors of #B4B0A7
Black with #B4B0A7
Text Example
Text Example
White with #B4B0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B0A7; }
p { color: rgb(180,176,167); }
H1.HeaderClassName
{
color: #B4B0A7;
}
.AnyTagClassName
{
color: #B4B0A7;
}
</style>
background-color css
<style>
a { background-color: #B4B0A7; }
a { background-color: rgb(180,176,167); }
div.DivClassName
{
background-color: #B4B0A7;
}
.BgClassName
{
background-color: #B4B0A7;
}
</style>
border-color css
<style>
span { border-color: #B4B0A7; }
span { border-color: rgb(180,176,167); }
td.TdClassName
{
border-color: #B4B0A7;
}
.TagClassName
{
border-color: #B4B0A7;
}
</style>