Shades of Tana #BDB79B
Tints of Tana #BDB79B
RGB
CMYK
RGB Variations
Color information
#BDB79B (or 0xBDB79B) is known color: Tana. HEX triplet: BD, B7 and 9B. RGB value is (189,183,155). Sum of RGB (Red+Green+Blue) = 189+183+155=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB79B is #424864. Grayscale: #B5B5B5. Windows color (decimal): -4343909 or 10205117. OLE color: 10205117.
HSL color Cylindrical-coordinate representation of color #BDB79B: hue angle of 49.41º 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 #BDB79B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 155 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.26 |
| HSL | 49.41º | 0.2% | 0.67% | - |
| HSV(B) | 49.41º | 0.18% | 0.74% | - |
| XYZ | 43.84 | 47.05 | 37.78 | - |
| YUV | 181.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 155 | 0 | 0.03 | 0.18 | 0.26 | 49.41 | 0.2 | 0.67 |
| Hex | BD | B7 | 9B | 0 | 3 | 12 | 1A | 31 | 14 | 43 |
| Octal | 275 | 267 | 233 | 0 | 3 | 22 | 32 | 61 | 24 | 103 |
| Binary | 10111101 | 10110111 | 10011011 | 0 | 11 | 10010 | 11010 | 110001 | 10100 | 1000011 |
Color Harmonies of #BDB79B
Complementary color
Monochromatic Colors of #BDB79B
Black with #BDB79B
Text Example
Text Example
White with #BDB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB79B; }
p { color: rgb(189,183,155); }
H1.HeaderClassName
{
color: #BDB79B;
}
.AnyTagClassName
{
color: #BDB79B;
}
</style>
background-color css
<style>
a { background-color: #BDB79B; }
a { background-color: rgb(189,183,155); }
div.DivClassName
{
background-color: #BDB79B;
}
.BgClassName
{
background-color: #BDB79B;
}
</style>
border-color css
<style>
span { border-color: #BDB79B; }
span { border-color: rgb(189,183,155); }
td.TdClassName
{
border-color: #BDB79B;
}
.TagClassName
{
border-color: #BDB79B;
}
</style>