Shades of Fallow #B8A078
Tints of Fallow #B8A078
RGB
CMYK
RGB Variations
Color information
#B8A078 (or 0xB8A078) is known color: Fallow. HEX triplet: B8, A0 and 78. RGB value is (184,160,120). Sum of RGB (Red+Green+Blue) = 184+160+120=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A078 is #475F87. Grayscale: #A2A2A2. Windows color (decimal): -4677512 or 7905464. OLE color: 7905464.
HSL color Cylindrical-coordinate representation of color #B8A078: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8A078 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 120 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.28 |
| HSL | 37.5º | 0.31% | 0.6% | - |
| HSV(B) | 37.5º | 0.35% | 0.72% | - |
| XYZ | 35.73 | 36.69 | 22.97 | - |
| YUV | 162.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 120 | 0 | 0.13 | 0.35 | 0.28 | 37.5 | 0.31 | 0.6 |
| Hex | B8 | A0 | 78 | 0 | D | 23 | 1C | 26 | 1F | 3C |
| Octal | 270 | 240 | 170 | 0 | 15 | 43 | 34 | 46 | 37 | 74 |
| Binary | 10111000 | 10100000 | 1111000 | 0 | 1101 | 100011 | 11100 | 100110 | 11111 | 111100 |
Color Harmonies of #B8A078
Complementary color
Monochromatic Colors of #B8A078
Black with #B8A078
Text Example
Text Example
White with #B8A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A078; }
p { color: rgb(184,160,120); }
H1.HeaderClassName
{
color: #B8A078;
}
.AnyTagClassName
{
color: #B8A078;
}
</style>
background-color css
<style>
a { background-color: #B8A078; }
a { background-color: rgb(184,160,120); }
div.DivClassName
{
background-color: #B8A078;
}
.BgClassName
{
background-color: #B8A078;
}
</style>
border-color css
<style>
span { border-color: #B8A078; }
span { border-color: rgb(184,160,120); }
td.TdClassName
{
border-color: #B8A078;
}
.TagClassName
{
border-color: #B8A078;
}
</style>