Shades of Tana #BDBA9F
Tints of Tana #BDBA9F
RGB
CMYK
RGB Variations
Color information
#BDBA9F (or 0xBDBA9F) is known color: Tana. HEX triplet: BD, BA and 9F. RGB value is (189,186,159). Sum of RGB (Red+Green+Blue) = 189+186+159=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9F is #424560. Grayscale: #B7B7B7. Windows color (decimal): -4343137 or 10468029. OLE color: 10468029.
HSL color Cylindrical-coordinate representation of color #BDBA9F: hue angle of 54º 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 #BDBA9F is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 159 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.26 |
| HSL | 54º | 0.19% | 0.68% | - |
| HSV(B) | 54º | 0.16% | 0.74% | - |
| XYZ | 44.8 | 48.44 | 39.79 | - |
| YUV | 183.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 159 | 0 | 0.02 | 0.16 | 0.26 | 54 | 0.19 | 0.68 |
| Hex | BD | BA | 9F | 0 | 2 | 10 | 1A | 36 | 13 | 44 |
| Octal | 275 | 272 | 237 | 0 | 2 | 20 | 32 | 66 | 23 | 104 |
| Binary | 10111101 | 10111010 | 10011111 | 0 | 10 | 10000 | 11010 | 110110 | 10011 | 1000100 |
Color Harmonies of #BDBA9F
Complementary color
Monochromatic Colors of #BDBA9F
Black with #BDBA9F
Text Example
Text Example
White with #BDBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA9F; }
p { color: rgb(189,186,159); }
H1.HeaderClassName
{
color: #BDBA9F;
}
.AnyTagClassName
{
color: #BDBA9F;
}
</style>
background-color css
<style>
a { background-color: #BDBA9F; }
a { background-color: rgb(189,186,159); }
div.DivClassName
{
background-color: #BDBA9F;
}
.BgClassName
{
background-color: #BDBA9F;
}
</style>
border-color css
<style>
span { border-color: #BDBA9F; }
span { border-color: rgb(189,186,159); }
td.TdClassName
{
border-color: #BDBA9F;
}
.TagClassName
{
border-color: #BDBA9F;
}
</style>