Shades of Fallow #B79268
Tints of Fallow #B79268
RGB
CMYK
RGB Variations
Color information
#B79268 (or 0xB79268) is known color: Fallow. HEX triplet: B7, 92 and 68. RGB value is (183,146,104). Sum of RGB (Red+Green+Blue) = 183+146+104=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B79268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79268 is #486D97. Grayscale: #989898. Windows color (decimal): -4746648 or 6853303. OLE color: 6853303.
HSL color Cylindrical-coordinate representation of color #B79268: hue angle of 31.9º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B79268 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 104 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.28 |
| HSL | 31.9º | 0.35% | 0.56% | - |
| HSV(B) | 31.9º | 0.43% | 0.72% | - |
| XYZ | 32.31 | 31.62 | 17.5 | - |
| YUV | 152.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 104 | 0 | 0.20 | 0.43 | 0.28 | 31.9 | 0.35 | 0.56 |
| Hex | B7 | 92 | 68 | 0 | 14 | 2B | 1C | 20 | 23 | 38 |
| Octal | 267 | 222 | 150 | 0 | 24 | 53 | 34 | 40 | 43 | 70 |
| Binary | 10110111 | 10010010 | 1101000 | 0 | 10100 | 101011 | 11100 | 100000 | 100011 | 111000 |
Color Harmonies of #B79268
Complementary color
Monochromatic Colors of #B79268
Black with #B79268
Text Example
Text Example
White with #B79268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79268; }
p { color: rgb(183,146,104); }
H1.HeaderClassName
{
color: #B79268;
}
.AnyTagClassName
{
color: #B79268;
}
</style>
background-color css
<style>
a { background-color: #B79268; }
a { background-color: rgb(183,146,104); }
div.DivClassName
{
background-color: #B79268;
}
.BgClassName
{
background-color: #B79268;
}
</style>
border-color css
<style>
span { border-color: #B79268; }
span { border-color: rgb(183,146,104); }
td.TdClassName
{
border-color: #B79268;
}
.TagClassName
{
border-color: #B79268;
}
</style>