Shades of Tana #BDB89E
Tints of Tana #BDB89E
RGB
CMYK
RGB Variations
Color information
#BDB89E (or 0xBDB89E) is known color: Tana. HEX triplet: BD, B8 and 9E. RGB value is (189,184,158). Sum of RGB (Red+Green+Blue) = 189+184+158=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89E is #424761. Grayscale: #B6B6B6. Windows color (decimal): -4343650 or 10401981. OLE color: 10401981.
HSL color Cylindrical-coordinate representation of color #BDB89E: hue angle of 50.32º 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 #BDB89E is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 158 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.26 |
| HSL | 50.32º | 0.19% | 0.68% | - |
| HSV(B) | 50.32º | 0.16% | 0.74% | - |
| XYZ | 44.3 | 47.57 | 39.19 | - |
| YUV | 182.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 158 | 0 | 0.03 | 0.16 | 0.26 | 50.32 | 0.19 | 0.68 |
| Hex | BD | B8 | 9E | 0 | 3 | 10 | 1A | 32 | 13 | 44 |
| Octal | 275 | 270 | 236 | 0 | 3 | 20 | 32 | 62 | 23 | 104 |
| Binary | 10111101 | 10111000 | 10011110 | 0 | 11 | 10000 | 11010 | 110010 | 10011 | 1000100 |
Color Harmonies of #BDB89E
Complementary color
Monochromatic Colors of #BDB89E
Black with #BDB89E
Text Example
Text Example
White with #BDB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB89E; }
p { color: rgb(189,184,158); }
H1.HeaderClassName
{
color: #BDB89E;
}
.AnyTagClassName
{
color: #BDB89E;
}
</style>
background-color css
<style>
a { background-color: #BDB89E; }
a { background-color: rgb(189,184,158); }
div.DivClassName
{
background-color: #BDB89E;
}
.BgClassName
{
background-color: #BDB89E;
}
</style>
border-color css
<style>
span { border-color: #BDB89E; }
span { border-color: rgb(189,184,158); }
td.TdClassName
{
border-color: #BDB89E;
}
.TagClassName
{
border-color: #BDB89E;
}
</style>