Shades of Tana #BDB99B
Tints of Tana #BDB99B
RGB
CMYK
RGB Variations
Color information
#BDB99B (or 0xBDB99B) is known color: Tana. HEX triplet: BD, B9 and 9B. RGB value is (189,185,155). Sum of RGB (Red+Green+Blue) = 189+185+155=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB99B is #424664. Grayscale: #B6B6B6. Windows color (decimal): -4343397 or 10205629. OLE color: 10205629.
HSL color Cylindrical-coordinate representation of color #BDB99B: hue angle of 52.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB99B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 155 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.26 |
| HSL | 52.94º | 0.2% | 0.67% | - |
| HSV(B) | 52.94º | 0.18% | 0.74% | - |
| XYZ | 44.25 | 47.88 | 37.92 | - |
| YUV | 182.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 155 | 0 | 0.02 | 0.18 | 0.26 | 52.94 | 0.2 | 0.67 |
| Hex | BD | B9 | 9B | 0 | 2 | 12 | 1A | 35 | 14 | 43 |
| Octal | 275 | 271 | 233 | 0 | 2 | 22 | 32 | 65 | 24 | 103 |
| Binary | 10111101 | 10111001 | 10011011 | 0 | 10 | 10010 | 11010 | 110101 | 10100 | 1000011 |
Color Harmonies of #BDB99B
Complementary color
Monochromatic Colors of #BDB99B
Black with #BDB99B
Text Example
Text Example
White with #BDB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB99B; }
p { color: rgb(189,185,155); }
H1.HeaderClassName
{
color: #BDB99B;
}
.AnyTagClassName
{
color: #BDB99B;
}
</style>
background-color css
<style>
a { background-color: #BDB99B; }
a { background-color: rgb(189,185,155); }
div.DivClassName
{
background-color: #BDB99B;
}
.BgClassName
{
background-color: #BDB99B;
}
</style>
border-color css
<style>
span { border-color: #BDB99B; }
span { border-color: rgb(189,185,155); }
td.TdClassName
{
border-color: #BDB99B;
}
.TagClassName
{
border-color: #BDB99B;
}
</style>