Shades of Tea #BDB59F
Tints of Tea #BDB59F
RGB
CMYK
RGB Variations
Color information
#BDB59F (or 0xBDB59F) is known color: Tea. HEX triplet: BD, B5 and 9F. RGB value is (189,181,159). Sum of RGB (Red+Green+Blue) = 189+181+159=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59F is #424A60. Grayscale: #B4B4B4. Windows color (decimal): -4344417 or 10466749. OLE color: 10466749.
HSL color Cylindrical-coordinate representation of color #BDB59F: hue angle of 44º 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 #BDB59F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 159 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.26 |
| HSL | 44º | 0.19% | 0.68% | - |
| HSV(B) | 44º | 0.16% | 0.74% | - |
| XYZ | 43.77 | 46.37 | 39.44 | - |
| YUV | 180.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 159 | 0 | 0.04 | 0.16 | 0.26 | 44 | 0.19 | 0.68 |
| Hex | BD | B5 | 9F | 0 | 4 | 10 | 1A | 2C | 13 | 44 |
| Octal | 275 | 265 | 237 | 0 | 4 | 20 | 32 | 54 | 23 | 104 |
| Binary | 10111101 | 10110101 | 10011111 | 0 | 100 | 10000 | 11010 | 101100 | 10011 | 1000100 |
Color Harmonies of #BDB59F
Complementary color
Monochromatic Colors of #BDB59F
Black with #BDB59F
Text Example
Text Example
White with #BDB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB59F; }
p { color: rgb(189,181,159); }
H1.HeaderClassName
{
color: #BDB59F;
}
.AnyTagClassName
{
color: #BDB59F;
}
</style>
background-color css
<style>
a { background-color: #BDB59F; }
a { background-color: rgb(189,181,159); }
div.DivClassName
{
background-color: #BDB59F;
}
.BgClassName
{
background-color: #BDB59F;
}
</style>
border-color css
<style>
span { border-color: #BDB59F; }
span { border-color: rgb(189,181,159); }
td.TdClassName
{
border-color: #BDB59F;
}
.TagClassName
{
border-color: #BDB59F;
}
</style>