Shades of Fallow #B78F6E
Tints of Fallow #B78F6E
RGB
CMYK
RGB Variations
Color information
#B78F6E (or 0xB78F6E) is known color: Fallow. HEX triplet: B7, 8F and 6E. RGB value is (183,143,110). Sum of RGB (Red+Green+Blue) = 183+143+110=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78F6E is #487091. Grayscale: #979797. Windows color (decimal): -4747410 or 7245751. OLE color: 7245751.
HSL color Cylindrical-coordinate representation of color #B78F6E: hue angle of 27.12º 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 #B78F6E is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 110 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.28 |
| HSL | 27.12º | 0.34% | 0.57% | - |
| HSV(B) | 27.12º | 0.4% | 0.72% | - |
| XYZ | 32.17 | 30.84 | 19.01 | - |
| YUV | 151.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 110 | 0 | 0.22 | 0.40 | 0.28 | 27.12 | 0.34 | 0.57 |
| Hex | B7 | 8F | 6E | 0 | 16 | 28 | 1C | 1B | 22 | 39 |
| Octal | 267 | 217 | 156 | 0 | 26 | 50 | 34 | 33 | 42 | 71 |
| Binary | 10110111 | 10001111 | 1101110 | 0 | 10110 | 101000 | 11100 | 11011 | 100010 | 111001 |
Color Harmonies of #B78F6E
Complementary color
Monochromatic Colors of #B78F6E
Black with #B78F6E
Text Example
Text Example
White with #B78F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F6E; }
p { color: rgb(183,143,110); }
H1.HeaderClassName
{
color: #B78F6E;
}
.AnyTagClassName
{
color: #B78F6E;
}
</style>
background-color css
<style>
a { background-color: #B78F6E; }
a { background-color: rgb(183,143,110); }
div.DivClassName
{
background-color: #B78F6E;
}
.BgClassName
{
background-color: #B78F6E;
}
</style>
border-color css
<style>
span { border-color: #B78F6E; }
span { border-color: rgb(183,143,110); }
td.TdClassName
{
border-color: #B78F6E;
}
.TagClassName
{
border-color: #B78F6E;
}
</style>