Shades of Tana #BDBB9A
Tints of Tana #BDBB9A
RGB
CMYK
RGB Variations
Color information
#BDBB9A (or 0xBDBB9A) is known color: Tana. HEX triplet: BD, BB and 9A. RGB value is (189,187,154). Sum of RGB (Red+Green+Blue) = 189+187+154=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB9A is #424465. Grayscale: #B7B7B7. Windows color (decimal): -4342886 or 10140605. OLE color: 10140605.
HSL color Cylindrical-coordinate representation of color #BDBB9A: hue angle of 56.57º 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 #BDBB9A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 154 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.26 |
| HSL | 56.57º | 0.21% | 0.67% | - |
| HSV(B) | 56.57º | 0.19% | 0.74% | - |
| XYZ | 44.59 | 48.69 | 37.62 | - |
| YUV | 183.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 154 | 0 | 0.01 | 0.19 | 0.26 | 56.57 | 0.21 | 0.67 |
| Hex | BD | BB | 9A | 0 | 1 | 13 | 1A | 39 | 15 | 43 |
| Octal | 275 | 273 | 232 | 0 | 1 | 23 | 32 | 71 | 25 | 103 |
| Binary | 10111101 | 10111011 | 10011010 | 0 | 1 | 10011 | 11010 | 111001 | 10101 | 1000011 |
Color Harmonies of #BDBB9A
Complementary color
Monochromatic Colors of #BDBB9A
Black with #BDBB9A
Text Example
Text Example
White with #BDBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB9A; }
p { color: rgb(189,187,154); }
H1.HeaderClassName
{
color: #BDBB9A;
}
.AnyTagClassName
{
color: #BDBB9A;
}
</style>
background-color css
<style>
a { background-color: #BDBB9A; }
a { background-color: rgb(189,187,154); }
div.DivClassName
{
background-color: #BDBB9A;
}
.BgClassName
{
background-color: #BDBB9A;
}
</style>
border-color css
<style>
span { border-color: #BDBB9A; }
span { border-color: rgb(189,187,154); }
td.TdClassName
{
border-color: #BDBB9A;
}
.TagClassName
{
border-color: #BDBB9A;
}
</style>