Shades of Fallow #B7966C
Tints of Fallow #B7966C
RGB
CMYK
RGB Variations
Color information
#B7966C (or 0xB7966C) is known color: Fallow. HEX triplet: B7, 96 and 6C. RGB value is (183,150,108). Sum of RGB (Red+Green+Blue) = 183+150+108=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7966C is #486993. Grayscale: #9B9B9B. Windows color (decimal): -4745620 or 7116471. OLE color: 7116471.
HSL color Cylindrical-coordinate representation of color #B7966C: hue angle of 33.6º 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 #B7966C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 150 | 108 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.28 |
| HSL | 33.6º | 0.34% | 0.57% | - |
| HSV(B) | 33.6º | 0.41% | 0.72% | - |
| XYZ | 33.14 | 32.96 | 18.8 | - |
| YUV | 155.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 150 | 108 | 0 | 0.18 | 0.41 | 0.28 | 33.6 | 0.34 | 0.57 |
| Hex | B7 | 96 | 6C | 0 | 12 | 29 | 1C | 22 | 22 | 39 |
| Octal | 267 | 226 | 154 | 0 | 22 | 51 | 34 | 42 | 42 | 71 |
| Binary | 10110111 | 10010110 | 1101100 | 0 | 10010 | 101001 | 11100 | 100010 | 100010 | 111001 |
Color Harmonies of #B7966C
Complementary color
Monochromatic Colors of #B7966C
Black with #B7966C
Text Example
Text Example
White with #B7966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7966C; }
p { color: rgb(183,150,108); }
H1.HeaderClassName
{
color: #B7966C;
}
.AnyTagClassName
{
color: #B7966C;
}
</style>
background-color css
<style>
a { background-color: #B7966C; }
a { background-color: rgb(183,150,108); }
div.DivClassName
{
background-color: #B7966C;
}
.BgClassName
{
background-color: #B7966C;
}
</style>
border-color css
<style>
span { border-color: #B7966C; }
span { border-color: rgb(183,150,108); }
td.TdClassName
{
border-color: #B7966C;
}
.TagClassName
{
border-color: #B7966C;
}
</style>