Shades of Tana #BDB89B
Tints of Tana #BDB89B
RGB
CMYK
RGB Variations
Color information
#BDB89B (or 0xBDB89B) is known color: Tana. HEX triplet: BD, B8 and 9B. RGB value is (189,184,155). Sum of RGB (Red+Green+Blue) = 189+184+155=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89B is #424764. Grayscale: #B6B6B6. Windows color (decimal): -4343653 or 10205373. OLE color: 10205373.
HSL color Cylindrical-coordinate representation of color #BDB89B: hue angle of 51.18º 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 #BDB89B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 155 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.26 |
| HSL | 51.18º | 0.2% | 0.67% | - |
| HSV(B) | 51.18º | 0.18% | 0.74% | - |
| XYZ | 44.04 | 47.47 | 37.85 | - |
| YUV | 182.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 155 | 0 | 0.03 | 0.18 | 0.26 | 51.18 | 0.2 | 0.67 |
| Hex | BD | B8 | 9B | 0 | 3 | 12 | 1A | 33 | 14 | 43 |
| Octal | 275 | 270 | 233 | 0 | 3 | 22 | 32 | 63 | 24 | 103 |
| Binary | 10111101 | 10111000 | 10011011 | 0 | 11 | 10010 | 11010 | 110011 | 10100 | 1000011 |
Color Harmonies of #BDB89B
Complementary color
Monochromatic Colors of #BDB89B
Black with #BDB89B
Text Example
Text Example
White with #BDB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB89B; }
p { color: rgb(189,184,155); }
H1.HeaderClassName
{
color: #BDB89B;
}
.AnyTagClassName
{
color: #BDB89B;
}
</style>
background-color css
<style>
a { background-color: #BDB89B; }
a { background-color: rgb(189,184,155); }
div.DivClassName
{
background-color: #BDB89B;
}
.BgClassName
{
background-color: #BDB89B;
}
</style>
border-color css
<style>
span { border-color: #BDB89B; }
span { border-color: rgb(189,184,155); }
td.TdClassName
{
border-color: #BDB89B;
}
.TagClassName
{
border-color: #BDB89B;
}
</style>