Shades of Fallow #B7966F
Tints of Fallow #B7966F
RGB
CMYK
RGB Variations
Color information
#B7966F (or 0xB7966F) is known color: Fallow. HEX triplet: B7, 96 and 6F. RGB value is (183,150,111). Sum of RGB (Red+Green+Blue) = 183+150+111=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966F is #486990. Grayscale: #9B9B9B. Windows color (decimal): -4745617 or 7313079. OLE color: 7313079.
HSL color Cylindrical-coordinate representation of color #B7966F: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7966F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 111 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.28 |
| HSL | 32.5º | 0.33% | 0.58% | - |
| HSV(B) | 32.5º | 0.39% | 0.72% | - |
| XYZ | 33.3 | 33.03 | 19.66 | - |
| YUV | 155.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 111 | 0 | 0.18 | 0.39 | 0.28 | 32.5 | 0.33 | 0.58 |
| Hex | B7 | 96 | 6F | 0 | 12 | 27 | 1C | 20 | 21 | 3A |
| Octal | 267 | 226 | 157 | 0 | 22 | 47 | 34 | 40 | 41 | 72 |
| Binary | 10110111 | 10010110 | 1101111 | 0 | 10010 | 100111 | 11100 | 100000 | 100001 | 111010 |
Color Harmonies of #B7966F
Complementary color
Monochromatic Colors of #B7966F
Black with #B7966F
Text Example
Text Example
White with #B7966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7966F; }
p { color: rgb(183,150,111); }
H1.HeaderClassName
{
color: #B7966F;
}
.AnyTagClassName
{
color: #B7966F;
}
</style>
background-color css
<style>
a { background-color: #B7966F; }
a { background-color: rgb(183,150,111); }
div.DivClassName
{
background-color: #B7966F;
}
.BgClassName
{
background-color: #B7966F;
}
</style>
border-color css
<style>
span { border-color: #B7966F; }
span { border-color: rgb(183,150,111); }
td.TdClassName
{
border-color: #B7966F;
}
.TagClassName
{
border-color: #B7966F;
}
</style>