Shades of Tana #B7B299
Tints of Tana #B7B299
RGB
CMYK
RGB Variations
Color information
#B7B299 (or 0xB7B299) is known color: Tana. HEX triplet: B7, B2 and 99. RGB value is (183,178,153). Sum of RGB (Red+Green+Blue) = 183+178+153=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B299 is #484D66. Grayscale: #B0B0B0. Windows color (decimal): -4738407 or 10072759. OLE color: 10072759.
HSL color Cylindrical-coordinate representation of color #B7B299: hue angle of 50º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B299 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 153 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.28 |
| HSL | 50º | 0.17% | 0.66% | - |
| HSV(B) | 50º | 0.16% | 0.72% | - |
| XYZ | 41.2 | 44.21 | 36.5 | - |
| YUV | 176.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 153 | 0 | 0.03 | 0.16 | 0.28 | 50 | 0.17 | 0.66 |
| Hex | B7 | B2 | 99 | 0 | 3 | 10 | 1C | 32 | 11 | 42 |
| Octal | 267 | 262 | 231 | 0 | 3 | 20 | 34 | 62 | 21 | 102 |
| Binary | 10110111 | 10110010 | 10011001 | 0 | 11 | 10000 | 11100 | 110010 | 10001 | 1000010 |
Color Harmonies of #B7B299
Complementary color
Monochromatic Colors of #B7B299
Black with #B7B299
Text Example
Text Example
White with #B7B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B299; }
p { color: rgb(183,178,153); }
H1.HeaderClassName
{
color: #B7B299;
}
.AnyTagClassName
{
color: #B7B299;
}
</style>
background-color css
<style>
a { background-color: #B7B299; }
a { background-color: rgb(183,178,153); }
div.DivClassName
{
background-color: #B7B299;
}
.BgClassName
{
background-color: #B7B299;
}
</style>
border-color css
<style>
span { border-color: #B7B299; }
span { border-color: rgb(183,178,153); }
td.TdClassName
{
border-color: #B7B299;
}
.TagClassName
{
border-color: #B7B299;
}
</style>