Shades of Fallow #B7946C
Tints of Fallow #B7946C
RGB
CMYK
RGB Variations
Color information
#B7946C (or 0xB7946C) is known color: Fallow. HEX triplet: B7, 94 and 6C. RGB value is (183,148,108). Sum of RGB (Red+Green+Blue) = 183+148+108=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7946C is #486B93. Grayscale: #9A9A9A. Windows color (decimal): -4746132 or 7115959. OLE color: 7115959.
HSL color Cylindrical-coordinate representation of color #B7946C: hue angle of 32º 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 #B7946C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 108 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.28 |
| HSL | 32º | 0.34% | 0.57% | - |
| HSV(B) | 32º | 0.41% | 0.72% | - |
| XYZ | 32.83 | 32.33 | 18.7 | - |
| YUV | 153.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 108 | 0 | 0.19 | 0.41 | 0.28 | 32 | 0.34 | 0.57 |
| Hex | B7 | 94 | 6C | 0 | 13 | 29 | 1C | 20 | 22 | 39 |
| Octal | 267 | 224 | 154 | 0 | 23 | 51 | 34 | 40 | 42 | 71 |
| Binary | 10110111 | 10010100 | 1101100 | 0 | 10011 | 101001 | 11100 | 100000 | 100010 | 111001 |
Color Harmonies of #B7946C
Complementary color
Monochromatic Colors of #B7946C
Black with #B7946C
Text Example
Text Example
White with #B7946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7946C; }
p { color: rgb(183,148,108); }
H1.HeaderClassName
{
color: #B7946C;
}
.AnyTagClassName
{
color: #B7946C;
}
</style>
background-color css
<style>
a { background-color: #B7946C; }
a { background-color: rgb(183,148,108); }
div.DivClassName
{
background-color: #B7946C;
}
.BgClassName
{
background-color: #B7946C;
}
</style>
border-color css
<style>
span { border-color: #B7946C; }
span { border-color: rgb(183,148,108); }
td.TdClassName
{
border-color: #B7946C;
}
.TagClassName
{
border-color: #B7946C;
}
</style>