Shades of Fallow #B7996B
Tints of Fallow #B7996B
RGB
CMYK
RGB Variations
Color information
#B7996B (or 0xB7996B) is known color: Fallow. HEX triplet: B7, 99 and 6B. RGB value is (183,153,107). Sum of RGB (Red+Green+Blue) = 183+153+107=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7996B is #486694. Grayscale: #9C9C9C. Windows color (decimal): -4744853 or 7051703. OLE color: 7051703.
HSL color Cylindrical-coordinate representation of color #B7996B: hue angle of 36.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7996B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 107 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.28 |
| HSL | 36.32º | 0.35% | 0.57% | - |
| HSV(B) | 36.32º | 0.42% | 0.72% | - |
| XYZ | 33.57 | 33.91 | 18.69 | - |
| YUV | 156.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 107 | 0 | 0.16 | 0.42 | 0.28 | 36.32 | 0.35 | 0.57 |
| Hex | B7 | 99 | 6B | 0 | 10 | 2A | 1C | 24 | 23 | 39 |
| Octal | 267 | 231 | 153 | 0 | 20 | 52 | 34 | 44 | 43 | 71 |
| Binary | 10110111 | 10011001 | 1101011 | 0 | 10000 | 101010 | 11100 | 100100 | 100011 | 111001 |
Color Harmonies of #B7996B
Complementary color
Monochromatic Colors of #B7996B
Black with #B7996B
Text Example
Text Example
White with #B7996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7996B; }
p { color: rgb(183,153,107); }
H1.HeaderClassName
{
color: #B7996B;
}
.AnyTagClassName
{
color: #B7996B;
}
</style>
background-color css
<style>
a { background-color: #B7996B; }
a { background-color: rgb(183,153,107); }
div.DivClassName
{
background-color: #B7996B;
}
.BgClassName
{
background-color: #B7996B;
}
</style>
border-color css
<style>
span { border-color: #B7996B; }
span { border-color: rgb(183,153,107); }
td.TdClassName
{
border-color: #B7996B;
}
.TagClassName
{
border-color: #B7996B;
}
</style>