Shades of Tea #BDB6A1
Tints of Tea #BDB6A1
RGB
CMYK
RGB Variations
Color information
#BDB6A1 (or 0xBDB6A1) is known color: Tea. HEX triplet: BD, B6 and A1. RGB value is (189,182,161). Sum of RGB (Red+Green+Blue) = 189+182+161=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6A1 is #42495E. Grayscale: #B5B5B5. Windows color (decimal): -4344159 or 10598077. OLE color: 10598077.
HSL color Cylindrical-coordinate representation of color #BDB6A1: hue angle of 45º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB6A1 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 161 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.26 |
| HSL | 45º | 0.18% | 0.69% | - |
| HSV(B) | 45º | 0.15% | 0.74% | - |
| XYZ | 44.15 | 46.85 | 40.43 | - |
| YUV | 181.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 161 | 0 | 0.04 | 0.15 | 0.26 | 45 | 0.18 | 0.69 |
| Hex | BD | B6 | A1 | 0 | 4 | F | 1A | 2D | 12 | 45 |
| Octal | 275 | 266 | 241 | 0 | 4 | 17 | 32 | 55 | 22 | 105 |
| Binary | 10111101 | 10110110 | 10100001 | 0 | 100 | 1111 | 11010 | 101101 | 10010 | 1000101 |
Color Harmonies of #BDB6A1
Complementary color
Monochromatic Colors of #BDB6A1
Black with #BDB6A1
Text Example
Text Example
White with #BDB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6A1; }
p { color: rgb(189,182,161); }
H1.HeaderClassName
{
color: #BDB6A1;
}
.AnyTagClassName
{
color: #BDB6A1;
}
</style>
background-color css
<style>
a { background-color: #BDB6A1; }
a { background-color: rgb(189,182,161); }
div.DivClassName
{
background-color: #BDB6A1;
}
.BgClassName
{
background-color: #BDB6A1;
}
</style>
border-color css
<style>
span { border-color: #BDB6A1; }
span { border-color: rgb(189,182,161); }
td.TdClassName
{
border-color: #BDB6A1;
}
.TagClassName
{
border-color: #BDB6A1;
}
</style>