Shades of Tea #B7B3A9
Tints of Tea #B7B3A9
RGB
CMYK
RGB Variations
Color information
#B7B3A9 (or 0xB7B3A9) is known color: Tea. HEX triplet: B7, B3 and A9. RGB value is (183,179,169). Sum of RGB (Red+Green+Blue) = 183+179+169=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B3A9 is #484C56. Grayscale: #B3B3B3. Windows color (decimal): -4738135 or 11121591. OLE color: 11121591.
HSL color Cylindrical-coordinate representation of color #B7B3A9: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7B3A9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 179 | 169 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.28 |
| HSL | 42.86º | 0.09% | 0.69% | - |
| HSV(B) | 42.86º | 0.08% | 0.72% | - |
| XYZ | 42.81 | 45.17 | 44 | - |
| YUV | 179.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 169 | 0 | 0.02 | 0.08 | 0.28 | 42.86 | 0.09 | 0.69 |
| Hex | B7 | B3 | A9 | 0 | 2 | 8 | 1C | 2B | 9 | 45 |
| Octal | 267 | 263 | 251 | 0 | 2 | 10 | 34 | 53 | 11 | 105 |
| Binary | 10110111 | 10110011 | 10101001 | 0 | 10 | 1000 | 11100 | 101011 | 1001 | 1000101 |
Color Harmonies of #B7B3A9
Complementary color
Monochromatic Colors of #B7B3A9
Black with #B7B3A9
Text Example
Text Example
White with #B7B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3A9; }
p { color: rgb(183,179,169); }
H1.HeaderClassName
{
color: #B7B3A9;
}
.AnyTagClassName
{
color: #B7B3A9;
}
</style>
background-color css
<style>
a { background-color: #B7B3A9; }
a { background-color: rgb(183,179,169); }
div.DivClassName
{
background-color: #B7B3A9;
}
.BgClassName
{
background-color: #B7B3A9;
}
</style>
border-color css
<style>
span { border-color: #B7B3A9; }
span { border-color: rgb(183,179,169); }
td.TdClassName
{
border-color: #B7B3A9;
}
.TagClassName
{
border-color: #B7B3A9;
}
</style>