Shades of Fallow #B78E6D
Tints of Fallow #B78E6D
RGB
CMYK
RGB Variations
Color information
#B78E6D (or 0xB78E6D) is known color: Fallow. HEX triplet: B7, 8E and 6D. RGB value is (183,142,109). Sum of RGB (Red+Green+Blue) = 183+142+109=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E6D is #487192. Grayscale: #969696. Windows color (decimal): -4747667 or 7179959. OLE color: 7179959.
HSL color Cylindrical-coordinate representation of color #B78E6D: hue angle of 26.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B78E6D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 109 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.28 |
| HSL | 26.76º | 0.34% | 0.57% | - |
| HSV(B) | 26.76º | 0.4% | 0.72% | - |
| XYZ | 31.96 | 30.52 | 18.67 | - |
| YUV | 150.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 109 | 0 | 0.22 | 0.40 | 0.28 | 26.76 | 0.34 | 0.57 |
| Hex | B7 | 8E | 6D | 0 | 16 | 28 | 1C | 1B | 22 | 39 |
| Octal | 267 | 216 | 155 | 0 | 26 | 50 | 34 | 33 | 42 | 71 |
| Binary | 10110111 | 10001110 | 1101101 | 0 | 10110 | 101000 | 11100 | 11011 | 100010 | 111001 |
Color Harmonies of #B78E6D
Complementary color
Monochromatic Colors of #B78E6D
Black with #B78E6D
Text Example
Text Example
White with #B78E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E6D; }
p { color: rgb(183,142,109); }
H1.HeaderClassName
{
color: #B78E6D;
}
.AnyTagClassName
{
color: #B78E6D;
}
</style>
background-color css
<style>
a { background-color: #B78E6D; }
a { background-color: rgb(183,142,109); }
div.DivClassName
{
background-color: #B78E6D;
}
.BgClassName
{
background-color: #B78E6D;
}
</style>
border-color css
<style>
span { border-color: #B78E6D; }
span { border-color: rgb(183,142,109); }
td.TdClassName
{
border-color: #B78E6D;
}
.TagClassName
{
border-color: #B78E6D;
}
</style>