Shades of Tana #BDB999
Tints of Tana #BDB999
RGB
CMYK
RGB Variations
Color information
#BDB999 (or 0xBDB999) is known color: Tana. HEX triplet: BD, B9 and 99. RGB value is (189,185,153). Sum of RGB (Red+Green+Blue) = 189+185+153=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB999 is #424666. Grayscale: #B6B6B6. Windows color (decimal): -4343399 or 10074557. OLE color: 10074557.
HSL color Cylindrical-coordinate representation of color #BDB999: hue angle of 53.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 #BDB999 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 153 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.26 |
| HSL | 53.33º | 0.21% | 0.67% | - |
| HSV(B) | 53.33º | 0.19% | 0.74% | - |
| XYZ | 44.09 | 47.82 | 37.04 | - |
| YUV | 182.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 153 | 0 | 0.02 | 0.19 | 0.26 | 53.33 | 0.21 | 0.67 |
| Hex | BD | B9 | 99 | 0 | 2 | 13 | 1A | 35 | 15 | 43 |
| Octal | 275 | 271 | 231 | 0 | 2 | 23 | 32 | 65 | 25 | 103 |
| Binary | 10111101 | 10111001 | 10011001 | 0 | 10 | 10011 | 11010 | 110101 | 10101 | 1000011 |
Color Harmonies of #BDB999
Complementary color
Monochromatic Colors of #BDB999
Black with #BDB999
Text Example
Text Example
White with #BDB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB999; }
p { color: rgb(189,185,153); }
H1.HeaderClassName
{
color: #BDB999;
}
.AnyTagClassName
{
color: #BDB999;
}
</style>
background-color css
<style>
a { background-color: #BDB999; }
a { background-color: rgb(189,185,153); }
div.DivClassName
{
background-color: #BDB999;
}
.BgClassName
{
background-color: #BDB999;
}
</style>
border-color css
<style>
span { border-color: #BDB999; }
span { border-color: rgb(189,185,153); }
td.TdClassName
{
border-color: #BDB999;
}
.TagClassName
{
border-color: #BDB999;
}
</style>