Shades of Fallow #B8A472
Tints of Fallow #B8A472
RGB
CMYK
RGB Variations
Color information
#B8A472 (or 0xB8A472) is known color: Fallow. HEX triplet: B8, A4 and 72. RGB value is (184,164,114). Sum of RGB (Red+Green+Blue) = 184+164+114=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A472 is #475B8D. Grayscale: #A4A4A4. Windows color (decimal): -4676494 or 7513272. OLE color: 7513272.
HSL color Cylindrical-coordinate representation of color #B8A472: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8A472 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 114 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.28 |
| HSL | 42.86º | 0.33% | 0.58% | - |
| HSV(B) | 42.86º | 0.38% | 0.72% | - |
| XYZ | 36.08 | 37.96 | 21.34 | - |
| YUV | 164.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 114 | 0 | 0.11 | 0.38 | 0.28 | 42.86 | 0.33 | 0.58 |
| Hex | B8 | A4 | 72 | 0 | B | 26 | 1C | 2B | 21 | 3A |
| Octal | 270 | 244 | 162 | 0 | 13 | 46 | 34 | 53 | 41 | 72 |
| Binary | 10111000 | 10100100 | 1110010 | 0 | 1011 | 100110 | 11100 | 101011 | 100001 | 111010 |
Color Harmonies of #B8A472
Complementary color
Monochromatic Colors of #B8A472
Black with #B8A472
Text Example
Text Example
White with #B8A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A472; }
p { color: rgb(184,164,114); }
H1.HeaderClassName
{
color: #B8A472;
}
.AnyTagClassName
{
color: #B8A472;
}
</style>
background-color css
<style>
a { background-color: #B8A472; }
a { background-color: rgb(184,164,114); }
div.DivClassName
{
background-color: #B8A472;
}
.BgClassName
{
background-color: #B8A472;
}
</style>
border-color css
<style>
span { border-color: #B8A472; }
span { border-color: rgb(184,164,114); }
td.TdClassName
{
border-color: #B8A472;
}
.TagClassName
{
border-color: #B8A472;
}
</style>