Shades of Tana #BDB89D
Tints of Tana #BDB89D
RGB
CMYK
RGB Variations
Color information
#BDB89D (or 0xBDB89D) is known color: Tana. HEX triplet: BD, B8 and 9D. RGB value is (189,184,157). Sum of RGB (Red+Green+Blue) = 189+184+157=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89D is #424762. Grayscale: #B6B6B6. Windows color (decimal): -4343651 or 10336445. OLE color: 10336445.
HSL color Cylindrical-coordinate representation of color #BDB89D: hue angle of 50.62º 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 #BDB89D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 157 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.26 |
| HSL | 50.63º | 0.2% | 0.68% | - |
| HSV(B) | 50.63º | 0.17% | 0.74% | - |
| XYZ | 44.21 | 47.53 | 38.74 | - |
| YUV | 182.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 157 | 0 | 0.03 | 0.17 | 0.26 | 50.63 | 0.2 | 0.68 |
| Hex | BD | B8 | 9D | 0 | 3 | 11 | 1A | 33 | 14 | 44 |
| Octal | 275 | 270 | 235 | 0 | 3 | 21 | 32 | 63 | 24 | 104 |
| Binary | 10111101 | 10111000 | 10011101 | 0 | 11 | 10001 | 11010 | 110011 | 10100 | 1000100 |
Color Harmonies of #BDB89D
Complementary color
Monochromatic Colors of #BDB89D
Black with #BDB89D
Text Example
Text Example
White with #BDB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB89D; }
p { color: rgb(189,184,157); }
H1.HeaderClassName
{
color: #BDB89D;
}
.AnyTagClassName
{
color: #BDB89D;
}
</style>
background-color css
<style>
a { background-color: #BDB89D; }
a { background-color: rgb(189,184,157); }
div.DivClassName
{
background-color: #BDB89D;
}
.BgClassName
{
background-color: #BDB89D;
}
</style>
border-color css
<style>
span { border-color: #BDB89D; }
span { border-color: rgb(189,184,157); }
td.TdClassName
{
border-color: #BDB89D;
}
.TagClassName
{
border-color: #BDB89D;
}
</style>