Shades of Tana #BDBB9F
Tints of Tana #BDBB9F
RGB
CMYK
RGB Variations
Color information
#BDBB9F (or 0xBDBB9F) is known color: Tana. HEX triplet: BD, BB and 9F. RGB value is (189,187,159). Sum of RGB (Red+Green+Blue) = 189+187+159=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB9F is #424460. Grayscale: #B8B8B8. Windows color (decimal): -4342881 or 10468285. OLE color: 10468285.
HSL color Cylindrical-coordinate representation of color #BDBB9F: hue angle of 56º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDBB9F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 187 | 159 | - |
CMYK | 0 | 0.01 | 0.16 | 0.26 |
HSL | 56º | 0.19% | 0.68% | - |
HSV(B) | 56º | 0.16% | 0.74% | - |
XYZ | 45.01 | 48.86 | 39.86 | - |
YUV | 184.41 | 113.66 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 187 | 159 | 0 | 0.01 | 0.16 | 0.26 | 56 | 0.19 | 0.68 |
Hex | BD | BB | 9F | 0 | 1 | 10 | 1A | 38 | 13 | 44 |
Octal | 275 | 273 | 237 | 0 | 1 | 20 | 32 | 70 | 23 | 104 |
Binary | 10111101 | 10111011 | 10011111 | 0 | 1 | 10000 | 11010 | 111000 | 10011 | 1000100 |
Color Harmonies of #BDBB9F
Complementary color
Monochromatic Colors of #BDBB9F
Black with #BDBB9F
Text Example
Text Example
White with #BDBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB9F; }
p { color: rgb(189,187,159); }
H1.HeaderClassName
{
color: #BDBB9F;
}
.AnyTagClassName
{
color: #BDBB9F;
}
</style>
background-color css
<style>
a { background-color: #BDBB9F; }
a { background-color: rgb(189,187,159); }
div.DivClassName
{
background-color: #BDBB9F;
}
.BgClassName
{
background-color: #BDBB9F;
}
</style>
border-color css
<style>
span { border-color: #BDBB9F; }
span { border-color: rgb(189,187,159); }
td.TdClassName
{
border-color: #BDBB9F;
}
.TagClassName
{
border-color: #BDBB9F;
}
</style>