Shades of Tana #BDB89A
Tints of Tana #BDB89A
RGB
CMYK
RGB Variations
Color information
#BDB89A (or 0xBDB89A) is known color: Tana. HEX triplet: BD, B8 and 9A. RGB value is (189,184,154). Sum of RGB (Red+Green+Blue) = 189+184+154=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89A is #424765. Grayscale: #B6B6B6. Windows color (decimal): -4343654 or 10139837. OLE color: 10139837.
HSL color Cylindrical-coordinate representation of color #BDB89A: hue angle of 51.43º 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 #BDB89A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 154 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.26 |
| HSL | 51.43º | 0.21% | 0.67% | - |
| HSV(B) | 51.43º | 0.19% | 0.74% | - |
| XYZ | 43.96 | 47.43 | 37.41 | - |
| YUV | 182.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 154 | 0 | 0.03 | 0.19 | 0.26 | 51.43 | 0.21 | 0.67 |
| Hex | BD | B8 | 9A | 0 | 3 | 13 | 1A | 33 | 15 | 43 |
| Octal | 275 | 270 | 232 | 0 | 3 | 23 | 32 | 63 | 25 | 103 |
| Binary | 10111101 | 10111000 | 10011010 | 0 | 11 | 10011 | 11010 | 110011 | 10101 | 1000011 |
Color Harmonies of #BDB89A
Complementary color
Monochromatic Colors of #BDB89A
Black with #BDB89A
Text Example
Text Example
White with #BDB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB89A; }
p { color: rgb(189,184,154); }
H1.HeaderClassName
{
color: #BDB89A;
}
.AnyTagClassName
{
color: #BDB89A;
}
</style>
background-color css
<style>
a { background-color: #BDB89A; }
a { background-color: rgb(189,184,154); }
div.DivClassName
{
background-color: #BDB89A;
}
.BgClassName
{
background-color: #BDB89A;
}
</style>
border-color css
<style>
span { border-color: #BDB89A; }
span { border-color: rgb(189,184,154); }
td.TdClassName
{
border-color: #BDB89A;
}
.TagClassName
{
border-color: #BDB89A;
}
</style>