Shades of Tea #BDB5A1
Tints of Tea #BDB5A1
RGB
CMYK
RGB Variations
Color information
#BDB5A1 (or 0xBDB5A1) is known color: Tea. HEX triplet: BD, B5 and A1. RGB value is (189,181,161). Sum of RGB (Red+Green+Blue) = 189+181+161=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5A1 is #424A5E. Grayscale: #B5B5B5. Windows color (decimal): -4344415 or 10597821. OLE color: 10597821.
HSL color Cylindrical-coordinate representation of color #BDB5A1: hue angle of 42.86º 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 #BDB5A1 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 161 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.26 |
| HSL | 42.86º | 0.18% | 0.69% | - |
| HSV(B) | 42.86º | 0.15% | 0.74% | - |
| XYZ | 43.94 | 46.44 | 40.37 | - |
| YUV | 181.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 161 | 0 | 0.04 | 0.15 | 0.26 | 42.86 | 0.18 | 0.69 |
| Hex | BD | B5 | A1 | 0 | 4 | F | 1A | 2B | 12 | 45 |
| Octal | 275 | 265 | 241 | 0 | 4 | 17 | 32 | 53 | 22 | 105 |
| Binary | 10111101 | 10110101 | 10100001 | 0 | 100 | 1111 | 11010 | 101011 | 10010 | 1000101 |
Color Harmonies of #BDB5A1
Complementary color
Monochromatic Colors of #BDB5A1
Black with #BDB5A1
Text Example
Text Example
White with #BDB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5A1; }
p { color: rgb(189,181,161); }
H1.HeaderClassName
{
color: #BDB5A1;
}
.AnyTagClassName
{
color: #BDB5A1;
}
</style>
background-color css
<style>
a { background-color: #BDB5A1; }
a { background-color: rgb(189,181,161); }
div.DivClassName
{
background-color: #BDB5A1;
}
.BgClassName
{
background-color: #BDB5A1;
}
</style>
border-color css
<style>
span { border-color: #BDB5A1; }
span { border-color: rgb(189,181,161); }
td.TdClassName
{
border-color: #BDB5A1;
}
.TagClassName
{
border-color: #BDB5A1;
}
</style>