Shades of Tana #BDB699
Tints of Tana #BDB699
RGB
CMYK
RGB Variations
Color information
#BDB699 (or 0xBDB699) is known color: Tana. HEX triplet: BD, B6 and 99. RGB value is (189,182,153). Sum of RGB (Red+Green+Blue) = 189+182+153=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB699 is #424966. Grayscale: #B4B4B4. Windows color (decimal): -4344167 or 10073789. OLE color: 10073789.
HSL color Cylindrical-coordinate representation of color #BDB699: hue angle of 48.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB699 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 153 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.26 |
| HSL | 48.33º | 0.21% | 0.67% | - |
| HSV(B) | 48.33º | 0.19% | 0.74% | - |
| XYZ | 43.46 | 46.57 | 36.84 | - |
| YUV | 180.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 153 | 0 | 0.04 | 0.19 | 0.26 | 48.33 | 0.21 | 0.67 |
| Hex | BD | B6 | 99 | 0 | 4 | 13 | 1A | 30 | 15 | 43 |
| Octal | 275 | 266 | 231 | 0 | 4 | 23 | 32 | 60 | 25 | 103 |
| Binary | 10111101 | 10110110 | 10011001 | 0 | 100 | 10011 | 11010 | 110000 | 10101 | 1000011 |
Color Harmonies of #BDB699
Complementary color
Monochromatic Colors of #BDB699
Black with #BDB699
Text Example
Text Example
White with #BDB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB699; }
p { color: rgb(189,182,153); }
H1.HeaderClassName
{
color: #BDB699;
}
.AnyTagClassName
{
color: #BDB699;
}
</style>
background-color css
<style>
a { background-color: #BDB699; }
a { background-color: rgb(189,182,153); }
div.DivClassName
{
background-color: #BDB699;
}
.BgClassName
{
background-color: #BDB699;
}
</style>
border-color css
<style>
span { border-color: #BDB699; }
span { border-color: rgb(189,182,153); }
td.TdClassName
{
border-color: #BDB699;
}
.TagClassName
{
border-color: #BDB699;
}
</style>