Shades of Tana #BDB69C
Tints of Tana #BDB69C
RGB
CMYK
RGB Variations
Color information
#BDB69C (or 0xBDB69C) is known color: Tana. HEX triplet: BD, B6 and 9C. RGB value is (189,182,156). Sum of RGB (Red+Green+Blue) = 189+182+156=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB69C is #424963. Grayscale: #B5B5B5. Windows color (decimal): -4344164 or 10270397. OLE color: 10270397.
HSL color Cylindrical-coordinate representation of color #BDB69C: hue angle of 47.27º 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 #BDB69C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 156 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.26 |
| HSL | 47.27º | 0.2% | 0.68% | - |
| HSV(B) | 47.27º | 0.17% | 0.74% | - |
| XYZ | 43.71 | 46.68 | 38.16 | - |
| YUV | 181.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 156 | 0 | 0.04 | 0.17 | 0.26 | 47.27 | 0.2 | 0.68 |
| Hex | BD | B6 | 9C | 0 | 4 | 11 | 1A | 2F | 14 | 44 |
| Octal | 275 | 266 | 234 | 0 | 4 | 21 | 32 | 57 | 24 | 104 |
| Binary | 10111101 | 10110110 | 10011100 | 0 | 100 | 10001 | 11010 | 101111 | 10100 | 1000100 |
Color Harmonies of #BDB69C
Complementary color
Monochromatic Colors of #BDB69C
Black with #BDB69C
Text Example
Text Example
White with #BDB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB69C; }
p { color: rgb(189,182,156); }
H1.HeaderClassName
{
color: #BDB69C;
}
.AnyTagClassName
{
color: #BDB69C;
}
</style>
background-color css
<style>
a { background-color: #BDB69C; }
a { background-color: rgb(189,182,156); }
div.DivClassName
{
background-color: #BDB69C;
}
.BgClassName
{
background-color: #BDB69C;
}
</style>
border-color css
<style>
span { border-color: #BDB69C; }
span { border-color: rgb(189,182,156); }
td.TdClassName
{
border-color: #BDB69C;
}
.TagClassName
{
border-color: #BDB69C;
}
</style>