Shades of Fallow #B8A470
Tints of Fallow #B8A470
RGB
CMYK
RGB Variations
Color information
#B8A470 (or 0xB8A470) is known color: Fallow. HEX triplet: B8, A4 and 70. RGB value is (184,164,112). Sum of RGB (Red+Green+Blue) = 184+164+112=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A470 is #475B8F. Grayscale: #A4A4A4. Windows color (decimal): -4676496 or 7382200. OLE color: 7382200.
HSL color Cylindrical-coordinate representation of color #B8A470: hue angle of 43.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8A470 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 112 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.28 |
| HSL | 43.33º | 0.34% | 0.58% | - |
| HSV(B) | 43.33º | 0.39% | 0.72% | - |
| XYZ | 35.97 | 37.91 | 20.75 | - |
| YUV | 164.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 112 | 0 | 0.11 | 0.39 | 0.28 | 43.33 | 0.34 | 0.58 |
| Hex | B8 | A4 | 70 | 0 | B | 27 | 1C | 2B | 22 | 3A |
| Octal | 270 | 244 | 160 | 0 | 13 | 47 | 34 | 53 | 42 | 72 |
| Binary | 10111000 | 10100100 | 1110000 | 0 | 1011 | 100111 | 11100 | 101011 | 100010 | 111010 |
Color Harmonies of #B8A470
Complementary color
Monochromatic Colors of #B8A470
Black with #B8A470
Text Example
Text Example
White with #B8A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A470; }
p { color: rgb(184,164,112); }
H1.HeaderClassName
{
color: #B8A470;
}
.AnyTagClassName
{
color: #B8A470;
}
</style>
background-color css
<style>
a { background-color: #B8A470; }
a { background-color: rgb(184,164,112); }
div.DivClassName
{
background-color: #B8A470;
}
.BgClassName
{
background-color: #B8A470;
}
</style>
border-color css
<style>
span { border-color: #B8A470; }
span { border-color: rgb(184,164,112); }
td.TdClassName
{
border-color: #B8A470;
}
.TagClassName
{
border-color: #B8A470;
}
</style>