Shades of Tana #BDB79C
Tints of Tana #BDB79C
RGB
CMYK
RGB Variations
Color information
#BDB79C (or 0xBDB79C) is known color: Tana. HEX triplet: BD, B7 and 9C. RGB value is (189,183,156). Sum of RGB (Red+Green+Blue) = 189+183+156=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB79C is #424863. Grayscale: #B5B5B5. Windows color (decimal): -4343908 or 10270653. OLE color: 10270653.
HSL color Cylindrical-coordinate representation of color #BDB79C: hue angle of 49.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB79C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 156 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.26 |
| HSL | 49.09º | 0.2% | 0.68% | - |
| HSV(B) | 49.09º | 0.17% | 0.74% | - |
| XYZ | 43.92 | 47.09 | 38.23 | - |
| YUV | 181.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 156 | 0 | 0.03 | 0.17 | 0.26 | 49.09 | 0.2 | 0.68 |
| Hex | BD | B7 | 9C | 0 | 3 | 11 | 1A | 31 | 14 | 44 |
| Octal | 275 | 267 | 234 | 0 | 3 | 21 | 32 | 61 | 24 | 104 |
| Binary | 10111101 | 10110111 | 10011100 | 0 | 11 | 10001 | 11010 | 110001 | 10100 | 1000100 |
Color Harmonies of #BDB79C
Complementary color
Monochromatic Colors of #BDB79C
Black with #BDB79C
Text Example
Text Example
White with #BDB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB79C; }
p { color: rgb(189,183,156); }
H1.HeaderClassName
{
color: #BDB79C;
}
.AnyTagClassName
{
color: #BDB79C;
}
</style>
background-color css
<style>
a { background-color: #BDB79C; }
a { background-color: rgb(189,183,156); }
div.DivClassName
{
background-color: #BDB79C;
}
.BgClassName
{
background-color: #BDB79C;
}
</style>
border-color css
<style>
span { border-color: #BDB79C; }
span { border-color: rgb(189,183,156); }
td.TdClassName
{
border-color: #BDB79C;
}
.TagClassName
{
border-color: #BDB79C;
}
</style>