Shades of Fallow #B79A68
Tints of Fallow #B79A68
RGB
CMYK
RGB Variations
Color information
#B79A68 (or 0xB79A68) is known color: Fallow. HEX triplet: B7, 9A and 68. RGB value is (183,154,104). Sum of RGB (Red+Green+Blue) = 183+154+104=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A68 is #486597. Grayscale: #9D9D9D. Windows color (decimal): -4744600 or 6855351. OLE color: 6855351.
HSL color Cylindrical-coordinate representation of color #B79A68: hue angle of 37.97º 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 #B79A68 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 104 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.28 |
| HSL | 37.97º | 0.35% | 0.56% | - |
| HSV(B) | 37.97º | 0.43% | 0.72% | - |
| XYZ | 33.58 | 34.18 | 17.92 | - |
| YUV | 156.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 104 | 0 | 0.16 | 0.43 | 0.28 | 37.97 | 0.35 | 0.56 |
| Hex | B7 | 9A | 68 | 0 | 10 | 2B | 1C | 26 | 23 | 38 |
| Octal | 267 | 232 | 150 | 0 | 20 | 53 | 34 | 46 | 43 | 70 |
| Binary | 10110111 | 10011010 | 1101000 | 0 | 10000 | 101011 | 11100 | 100110 | 100011 | 111000 |
Color Harmonies of #B79A68
Complementary color
Monochromatic Colors of #B79A68
Black with #B79A68
Text Example
Text Example
White with #B79A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A68; }
p { color: rgb(183,154,104); }
H1.HeaderClassName
{
color: #B79A68;
}
.AnyTagClassName
{
color: #B79A68;
}
</style>
background-color css
<style>
a { background-color: #B79A68; }
a { background-color: rgb(183,154,104); }
div.DivClassName
{
background-color: #B79A68;
}
.BgClassName
{
background-color: #B79A68;
}
</style>
border-color css
<style>
span { border-color: #B79A68; }
span { border-color: rgb(183,154,104); }
td.TdClassName
{
border-color: #B79A68;
}
.TagClassName
{
border-color: #B79A68;
}
</style>