Shades of Tea #B8AFA1
Tints of Tea #B8AFA1
RGB
CMYK
RGB Variations
Color information
#B8AFA1 (or 0xB8AFA1) is known color: Tea. HEX triplet: B8, AF and A1. RGB value is (184,175,161). Sum of RGB (Red+Green+Blue) = 184+175+161=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFA1 is #47505E. Grayscale: #B0B0B0. Windows color (decimal): -4673631 or 10596280. OLE color: 10596280.
HSL color Cylindrical-coordinate representation of color #B8AFA1: hue angle of 36.52º degrees, saturation: 0.14, 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 #B8AFA1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 161 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.28 |
| HSL | 36.52º | 0.14% | 0.68% | - |
| HSV(B) | 36.52º | 0.13% | 0.72% | - |
| XYZ | 41.53 | 43.42 | 39.91 | - |
| YUV | 176.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 161 | 0 | 0.05 | 0.12 | 0.28 | 36.52 | 0.14 | 0.68 |
| Hex | B8 | AF | A1 | 0 | 5 | C | 1C | 25 | E | 44 |
| Octal | 270 | 257 | 241 | 0 | 5 | 14 | 34 | 45 | 16 | 104 |
| Binary | 10111000 | 10101111 | 10100001 | 0 | 101 | 1100 | 11100 | 100101 | 1110 | 1000100 |
Color Harmonies of #B8AFA1
Complementary color
Monochromatic Colors of #B8AFA1
Black with #B8AFA1
Text Example
Text Example
White with #B8AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFA1; }
p { color: rgb(184,175,161); }
H1.HeaderClassName
{
color: #B8AFA1;
}
.AnyTagClassName
{
color: #B8AFA1;
}
</style>
background-color css
<style>
a { background-color: #B8AFA1; }
a { background-color: rgb(184,175,161); }
div.DivClassName
{
background-color: #B8AFA1;
}
.BgClassName
{
background-color: #B8AFA1;
}
</style>
border-color css
<style>
span { border-color: #B8AFA1; }
span { border-color: rgb(184,175,161); }
td.TdClassName
{
border-color: #B8AFA1;
}
.TagClassName
{
border-color: #B8AFA1;
}
</style>