Shades of Fallow #B7996C
Tints of Fallow #B7996C
RGB
CMYK
RGB Variations
Color information
#B7996C (or 0xB7996C) is known color: Fallow. HEX triplet: B7, 99 and 6C. RGB value is (183,153,108). Sum of RGB (Red+Green+Blue) = 183+153+108=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7996C is #486693. Grayscale: #9D9D9D. Windows color (decimal): -4744852 or 7117239. OLE color: 7117239.
HSL color Cylindrical-coordinate representation of color #B7996C: hue angle of 36º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7996C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 108 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.28 |
| HSL | 36º | 0.34% | 0.57% | - |
| HSV(B) | 36º | 0.41% | 0.72% | - |
| XYZ | 33.63 | 33.93 | 18.96 | - |
| YUV | 156.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 108 | 0 | 0.16 | 0.41 | 0.28 | 36 | 0.34 | 0.57 |
| Hex | B7 | 99 | 6C | 0 | 10 | 29 | 1C | 24 | 22 | 39 |
| Octal | 267 | 231 | 154 | 0 | 20 | 51 | 34 | 44 | 42 | 71 |
| Binary | 10110111 | 10011001 | 1101100 | 0 | 10000 | 101001 | 11100 | 100100 | 100010 | 111001 |
Color Harmonies of #B7996C
Complementary color
Monochromatic Colors of #B7996C
Black with #B7996C
Text Example
Text Example
White with #B7996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7996C; }
p { color: rgb(183,153,108); }
H1.HeaderClassName
{
color: #B7996C;
}
.AnyTagClassName
{
color: #B7996C;
}
</style>
background-color css
<style>
a { background-color: #B7996C; }
a { background-color: rgb(183,153,108); }
div.DivClassName
{
background-color: #B7996C;
}
.BgClassName
{
background-color: #B7996C;
}
</style>
border-color css
<style>
span { border-color: #B7996C; }
span { border-color: rgb(183,153,108); }
td.TdClassName
{
border-color: #B7996C;
}
.TagClassName
{
border-color: #B7996C;
}
</style>