Shades of Tea #BDB4A1
Tints of Tea #BDB4A1
RGB
CMYK
RGB Variations
Color information
#BDB4A1 (or 0xBDB4A1) is known color: Tea. HEX triplet: BD, B4 and A1. RGB value is (189,180,161). Sum of RGB (Red+Green+Blue) = 189+180+161=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4A1 is #424B5E. Grayscale: #B4B4B4. Windows color (decimal): -4344671 or 10597565. OLE color: 10597565.
HSL color Cylindrical-coordinate representation of color #BDB4A1: hue angle of 40.71º 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 #BDB4A1 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 161 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.26 |
| HSL | 40.71º | 0.18% | 0.69% | - |
| HSV(B) | 40.71º | 0.15% | 0.74% | - |
| XYZ | 43.74 | 46.03 | 40.3 | - |
| YUV | 180.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 161 | 0 | 0.05 | 0.15 | 0.26 | 40.71 | 0.18 | 0.69 |
| Hex | BD | B4 | A1 | 0 | 5 | F | 1A | 29 | 12 | 45 |
| Octal | 275 | 264 | 241 | 0 | 5 | 17 | 32 | 51 | 22 | 105 |
| Binary | 10111101 | 10110100 | 10100001 | 0 | 101 | 1111 | 11010 | 101001 | 10010 | 1000101 |
Color Harmonies of #BDB4A1
Complementary color
Monochromatic Colors of #BDB4A1
Black with #BDB4A1
Text Example
Text Example
White with #BDB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4A1; }
p { color: rgb(189,180,161); }
H1.HeaderClassName
{
color: #BDB4A1;
}
.AnyTagClassName
{
color: #BDB4A1;
}
</style>
background-color css
<style>
a { background-color: #BDB4A1; }
a { background-color: rgb(189,180,161); }
div.DivClassName
{
background-color: #BDB4A1;
}
.BgClassName
{
background-color: #BDB4A1;
}
</style>
border-color css
<style>
span { border-color: #BDB4A1; }
span { border-color: rgb(189,180,161); }
td.TdClassName
{
border-color: #BDB4A1;
}
.TagClassName
{
border-color: #BDB4A1;
}
</style>