Shades of Tea #BDB09F
Tints of Tea #BDB09F
RGB
CMYK
RGB Variations
Color information
#BDB09F (or 0xBDB09F) is known color: Tea. HEX triplet: BD, B0 and 9F. RGB value is (189,176,159). Sum of RGB (Red+Green+Blue) = 189+176+159=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09F is #424F60. Grayscale: #B2B2B2. Windows color (decimal): -4345697 or 10465469. OLE color: 10465469.
HSL color Cylindrical-coordinate representation of color #BDB09F: hue angle of 34º 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 #BDB09F is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 159 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.26 |
| HSL | 34º | 0.19% | 0.68% | - |
| HSV(B) | 34º | 0.16% | 0.74% | - |
| XYZ | 42.77 | 44.37 | 39.11 | - |
| YUV | 177.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 159 | 0 | 0.07 | 0.16 | 0.26 | 34 | 0.19 | 0.68 |
| Hex | BD | B0 | 9F | 0 | 7 | 10 | 1A | 22 | 13 | 44 |
| Octal | 275 | 260 | 237 | 0 | 7 | 20 | 32 | 42 | 23 | 104 |
| Binary | 10111101 | 10110000 | 10011111 | 0 | 111 | 10000 | 11010 | 100010 | 10011 | 1000100 |
Color Harmonies of #BDB09F
Complementary color
Monochromatic Colors of #BDB09F
Black with #BDB09F
Text Example
Text Example
White with #BDB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB09F; }
p { color: rgb(189,176,159); }
H1.HeaderClassName
{
color: #BDB09F;
}
.AnyTagClassName
{
color: #BDB09F;
}
</style>
background-color css
<style>
a { background-color: #BDB09F; }
a { background-color: rgb(189,176,159); }
div.DivClassName
{
background-color: #BDB09F;
}
.BgClassName
{
background-color: #BDB09F;
}
</style>
border-color css
<style>
span { border-color: #BDB09F; }
span { border-color: rgb(189,176,159); }
td.TdClassName
{
border-color: #BDB09F;
}
.TagClassName
{
border-color: #BDB09F;
}
</style>