Shades of Tana #BDB79F
Tints of Tana #BDB79F
RGB
CMYK
RGB Variations
Color information
#BDB79F (or 0xBDB79F) is known color: Tana. HEX triplet: BD, B7 and 9F. RGB value is (189,183,159). Sum of RGB (Red+Green+Blue) = 189+183+159=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB79F is #424860. Grayscale: #B6B6B6. Windows color (decimal): -4343905 or 10467261. OLE color: 10467261.
HSL color Cylindrical-coordinate representation of color #BDB79F: hue angle of 48º 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 #BDB79F is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 159 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.26 |
| HSL | 48º | 0.19% | 0.68% | - |
| HSV(B) | 48º | 0.16% | 0.74% | - |
| XYZ | 44.18 | 47.19 | 39.58 | - |
| YUV | 182.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 159 | 0 | 0.03 | 0.16 | 0.26 | 48 | 0.19 | 0.68 |
| Hex | BD | B7 | 9F | 0 | 3 | 10 | 1A | 30 | 13 | 44 |
| Octal | 275 | 267 | 237 | 0 | 3 | 20 | 32 | 60 | 23 | 104 |
| Binary | 10111101 | 10110111 | 10011111 | 0 | 11 | 10000 | 11010 | 110000 | 10011 | 1000100 |
Color Harmonies of #BDB79F
Complementary color
Monochromatic Colors of #BDB79F
Black with #BDB79F
Text Example
Text Example
White with #BDB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB79F; }
p { color: rgb(189,183,159); }
H1.HeaderClassName
{
color: #BDB79F;
}
.AnyTagClassName
{
color: #BDB79F;
}
</style>
background-color css
<style>
a { background-color: #BDB79F; }
a { background-color: rgb(189,183,159); }
div.DivClassName
{
background-color: #BDB79F;
}
.BgClassName
{
background-color: #BDB79F;
}
</style>
border-color css
<style>
span { border-color: #BDB79F; }
span { border-color: rgb(189,183,159); }
td.TdClassName
{
border-color: #BDB79F;
}
.TagClassName
{
border-color: #BDB79F;
}
</style>