Shades of Tana #BBB69F
Tints of Tana #BBB69F
RGB
CMYK
RGB Variations
Color information
#BBB69F (or 0xBBB69F) is known color: Tana. HEX triplet: BB, B6 and 9F. RGB value is (187,182,159). Sum of RGB (Red+Green+Blue) = 187+182+159=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB69F is #444960. Grayscale: #B4B4B4. Windows color (decimal): -4475233 or 10467003. OLE color: 10467003.
HSL color Cylindrical-coordinate representation of color #BBB69F: hue angle of 49.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB69F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 159 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.27 |
| HSL | 49.29º | 0.17% | 0.68% | - |
| HSV(B) | 49.29º | 0.15% | 0.73% | - |
| XYZ | 43.48 | 46.52 | 39.49 | - |
| YUV | 180.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 159 | 0 | 0.03 | 0.15 | 0.27 | 49.29 | 0.17 | 0.68 |
| Hex | BB | B6 | 9F | 0 | 3 | F | 1B | 31 | 11 | 44 |
| Octal | 273 | 266 | 237 | 0 | 3 | 17 | 33 | 61 | 21 | 104 |
| Binary | 10111011 | 10110110 | 10011111 | 0 | 11 | 1111 | 11011 | 110001 | 10001 | 1000100 |
Color Harmonies of #BBB69F
Complementary color
Monochromatic Colors of #BBB69F
Black with #BBB69F
Text Example
Text Example
White with #BBB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB69F; }
p { color: rgb(187,182,159); }
H1.HeaderClassName
{
color: #BBB69F;
}
.AnyTagClassName
{
color: #BBB69F;
}
</style>
background-color css
<style>
a { background-color: #BBB69F; }
a { background-color: rgb(187,182,159); }
div.DivClassName
{
background-color: #BBB69F;
}
.BgClassName
{
background-color: #BBB69F;
}
</style>
border-color css
<style>
span { border-color: #BBB69F; }
span { border-color: rgb(187,182,159); }
td.TdClassName
{
border-color: #BBB69F;
}
.TagClassName
{
border-color: #BBB69F;
}
</style>