Shades of Tea #B5B0A4
Tints of Tea #B5B0A4
RGB
CMYK
RGB Variations
Color information
#B5B0A4 (or 0xB5B0A4) is known color: Tea. HEX triplet: B5, B0 and A4. RGB value is (181,176,164). Sum of RGB (Red+Green+Blue) = 181+176+164=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0A4 is #4A4F5B. Grayscale: #B0B0B0. Windows color (decimal): -4869980 or 10793141. OLE color: 10793141.
HSL color Cylindrical-coordinate representation of color #B5B0A4: hue angle of 42.35º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5B0A4 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 164 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.29 |
| HSL | 42.35º | 0.1% | 0.68% | - |
| HSV(B) | 42.35º | 0.09% | 0.71% | - |
| XYZ | 41.28 | 43.55 | 41.35 | - |
| YUV | 176.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 164 | 0 | 0.03 | 0.09 | 0.29 | 42.35 | 0.1 | 0.68 |
| Hex | B5 | B0 | A4 | 0 | 3 | 9 | 1D | 2A | A | 44 |
| Octal | 265 | 260 | 244 | 0 | 3 | 11 | 35 | 52 | 12 | 104 |
| Binary | 10110101 | 10110000 | 10100100 | 0 | 11 | 1001 | 11101 | 101010 | 1010 | 1000100 |
Color Harmonies of #B5B0A4
Complementary color
Monochromatic Colors of #B5B0A4
Black with #B5B0A4
Text Example
Text Example
White with #B5B0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0A4; }
p { color: rgb(181,176,164); }
H1.HeaderClassName
{
color: #B5B0A4;
}
.AnyTagClassName
{
color: #B5B0A4;
}
</style>
background-color css
<style>
a { background-color: #B5B0A4; }
a { background-color: rgb(181,176,164); }
div.DivClassName
{
background-color: #B5B0A4;
}
.BgClassName
{
background-color: #B5B0A4;
}
</style>
border-color css
<style>
span { border-color: #B5B0A4; }
span { border-color: rgb(181,176,164); }
td.TdClassName
{
border-color: #B5B0A4;
}
.TagClassName
{
border-color: #B5B0A4;
}
</style>