Shades of Tea #BDB39F
Tints of Tea #BDB39F
RGB
CMYK
RGB Variations
Color information
#BDB39F (or 0xBDB39F) is known color: Tea. HEX triplet: BD, B3 and 9F. RGB value is (189,179,159). Sum of RGB (Red+Green+Blue) = 189+179+159=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39F is #424C60. Grayscale: #B3B3B3. Windows color (decimal): -4344929 or 10466237. OLE color: 10466237.
HSL color Cylindrical-coordinate representation of color #BDB39F: hue angle of 40º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB39F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 159 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.26 |
| HSL | 40º | 0.19% | 0.68% | - |
| HSV(B) | 40º | 0.16% | 0.74% | - |
| XYZ | 43.36 | 45.56 | 39.31 | - |
| YUV | 179.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 159 | 0 | 0.05 | 0.16 | 0.26 | 40 | 0.19 | 0.68 |
| Hex | BD | B3 | 9F | 0 | 5 | 10 | 1A | 28 | 13 | 44 |
| Octal | 275 | 263 | 237 | 0 | 5 | 20 | 32 | 50 | 23 | 104 |
| Binary | 10111101 | 10110011 | 10011111 | 0 | 101 | 10000 | 11010 | 101000 | 10011 | 1000100 |
Color Harmonies of #BDB39F
Complementary color
Monochromatic Colors of #BDB39F
Black with #BDB39F
Text Example
Text Example
White with #BDB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB39F; }
p { color: rgb(189,179,159); }
H1.HeaderClassName
{
color: #BDB39F;
}
.AnyTagClassName
{
color: #BDB39F;
}
</style>
background-color css
<style>
a { background-color: #BDB39F; }
a { background-color: rgb(189,179,159); }
div.DivClassName
{
background-color: #BDB39F;
}
.BgClassName
{
background-color: #BDB39F;
}
</style>
border-color css
<style>
span { border-color: #BDB39F; }
span { border-color: rgb(189,179,159); }
td.TdClassName
{
border-color: #BDB39F;
}
.TagClassName
{
border-color: #BDB39F;
}
</style>