Shades of Fallow #B78E68
Tints of Fallow #B78E68
RGB
CMYK
RGB Variations
Color information
#B78E68 (or 0xB78E68) is known color: Fallow. HEX triplet: B7, 8E and 68. RGB value is (183,142,104). Sum of RGB (Red+Green+Blue) = 183+142+104=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E68 is #487197. Grayscale: #969696. Windows color (decimal): -4747672 or 6852279. OLE color: 6852279.
HSL color Cylindrical-coordinate representation of color #B78E68: hue angle of 28.86º 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 #B78E68 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 104 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.28 |
| HSL | 28.86º | 0.35% | 0.56% | - |
| HSV(B) | 28.86º | 0.43% | 0.72% | - |
| XYZ | 31.7 | 30.41 | 17.3 | - |
| YUV | 149.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 104 | 0 | 0.22 | 0.43 | 0.28 | 28.86 | 0.35 | 0.56 |
| Hex | B7 | 8E | 68 | 0 | 16 | 2B | 1C | 1D | 23 | 38 |
| Octal | 267 | 216 | 150 | 0 | 26 | 53 | 34 | 35 | 43 | 70 |
| Binary | 10110111 | 10001110 | 1101000 | 0 | 10110 | 101011 | 11100 | 11101 | 100011 | 111000 |
Color Harmonies of #B78E68
Complementary color
Monochromatic Colors of #B78E68
Black with #B78E68
Text Example
Text Example
White with #B78E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E68; }
p { color: rgb(183,142,104); }
H1.HeaderClassName
{
color: #B78E68;
}
.AnyTagClassName
{
color: #B78E68;
}
</style>
background-color css
<style>
a { background-color: #B78E68; }
a { background-color: rgb(183,142,104); }
div.DivClassName
{
background-color: #B78E68;
}
.BgClassName
{
background-color: #B78E68;
}
</style>
border-color css
<style>
span { border-color: #B78E68; }
span { border-color: rgb(183,142,104); }
td.TdClassName
{
border-color: #B78E68;
}
.TagClassName
{
border-color: #B78E68;
}
</style>