Shades of Tana #BDBA9C
Tints of Tana #BDBA9C
RGB
CMYK
RGB Variations
Color information
#BDBA9C (or 0xBDBA9C) is known color: Tana. HEX triplet: BD, BA and 9C. RGB value is (189,186,156). Sum of RGB (Red+Green+Blue) = 189+186+156=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9C is #424563. Grayscale: #B7B7B7. Windows color (decimal): -4343140 or 10271421. OLE color: 10271421.
HSL color Cylindrical-coordinate representation of color #BDBA9C: hue angle of 54.55º 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 #BDBA9C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 156 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.26 |
| HSL | 54.55º | 0.2% | 0.68% | - |
| HSV(B) | 54.55º | 0.17% | 0.74% | - |
| XYZ | 44.55 | 48.34 | 38.43 | - |
| YUV | 183.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 156 | 0 | 0.02 | 0.17 | 0.26 | 54.55 | 0.2 | 0.68 |
| Hex | BD | BA | 9C | 0 | 2 | 11 | 1A | 37 | 14 | 44 |
| Octal | 275 | 272 | 234 | 0 | 2 | 21 | 32 | 67 | 24 | 104 |
| Binary | 10111101 | 10111010 | 10011100 | 0 | 10 | 10001 | 11010 | 110111 | 10100 | 1000100 |
Color Harmonies of #BDBA9C
Complementary color
Monochromatic Colors of #BDBA9C
Black with #BDBA9C
Text Example
Text Example
White with #BDBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA9C; }
p { color: rgb(189,186,156); }
H1.HeaderClassName
{
color: #BDBA9C;
}
.AnyTagClassName
{
color: #BDBA9C;
}
</style>
background-color css
<style>
a { background-color: #BDBA9C; }
a { background-color: rgb(189,186,156); }
div.DivClassName
{
background-color: #BDBA9C;
}
.BgClassName
{
background-color: #BDBA9C;
}
</style>
border-color css
<style>
span { border-color: #BDBA9C; }
span { border-color: rgb(189,186,156); }
td.TdClassName
{
border-color: #BDBA9C;
}
.TagClassName
{
border-color: #BDBA9C;
}
</style>