Shades of Tea #BDB7A7
Tints of Tea #BDB7A7
RGB
CMYK
RGB Variations
Color information
#BDB7A7 (or 0xBDB7A7) is known color: Tea. HEX triplet: BD, B7 and A7. RGB value is (189,183,167). Sum of RGB (Red+Green+Blue) = 189+183+167=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7A7 is #424858. Grayscale: #B7B7B7. Windows color (decimal): -4343897 or 10991549. OLE color: 10991549.
HSL color Cylindrical-coordinate representation of color #BDB7A7: hue angle of 43.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB7A7 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 167 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.26 |
| HSL | 43.64º | 0.14% | 0.7% | - |
| HSV(B) | 43.64º | 0.12% | 0.74% | - |
| XYZ | 44.89 | 47.48 | 43.36 | - |
| YUV | 182.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 167 | 0 | 0.03 | 0.12 | 0.26 | 43.64 | 0.14 | 0.7 |
| Hex | BD | B7 | A7 | 0 | 3 | C | 1A | 2C | E | 46 |
| Octal | 275 | 267 | 247 | 0 | 3 | 14 | 32 | 54 | 16 | 106 |
| Binary | 10111101 | 10110111 | 10100111 | 0 | 11 | 1100 | 11010 | 101100 | 1110 | 1000110 |
Color Harmonies of #BDB7A7
Complementary color
Monochromatic Colors of #BDB7A7
Black with #BDB7A7
Text Example
Text Example
White with #BDB7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7A7; }
p { color: rgb(189,183,167); }
H1.HeaderClassName
{
color: #BDB7A7;
}
.AnyTagClassName
{
color: #BDB7A7;
}
</style>
background-color css
<style>
a { background-color: #BDB7A7; }
a { background-color: rgb(189,183,167); }
div.DivClassName
{
background-color: #BDB7A7;
}
.BgClassName
{
background-color: #BDB7A7;
}
</style>
border-color css
<style>
span { border-color: #BDB7A7; }
span { border-color: rgb(189,183,167); }
td.TdClassName
{
border-color: #BDB7A7;
}
.TagClassName
{
border-color: #BDB7A7;
}
</style>