Shades of Fallow #B8A371
Tints of Fallow #B8A371
RGB
CMYK
RGB Variations
Color information
#B8A371 (or 0xB8A371) is known color: Fallow. HEX triplet: B8, A3 and 71. RGB value is (184,163,113). Sum of RGB (Red+Green+Blue) = 184+163+113=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A371 is #475C8E. Grayscale: #A3A3A3. Windows color (decimal): -4676751 or 7447480. OLE color: 7447480.
HSL color Cylindrical-coordinate representation of color #B8A371: hue angle of 42.25º degrees, saturation: 0.33, 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 #B8A371 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 113 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.28 |
| HSL | 42.25º | 0.33% | 0.58% | - |
| HSV(B) | 42.25º | 0.39% | 0.72% | - |
| XYZ | 35.84 | 37.58 | 20.99 | - |
| YUV | 163.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 113 | 0 | 0.11 | 0.39 | 0.28 | 42.25 | 0.33 | 0.58 |
| Hex | B8 | A3 | 71 | 0 | B | 27 | 1C | 2A | 21 | 3A |
| Octal | 270 | 243 | 161 | 0 | 13 | 47 | 34 | 52 | 41 | 72 |
| Binary | 10111000 | 10100011 | 1110001 | 0 | 1011 | 100111 | 11100 | 101010 | 100001 | 111010 |
Color Harmonies of #B8A371
Complementary color
Monochromatic Colors of #B8A371
Black with #B8A371
Text Example
Text Example
White with #B8A371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A371; }
p { color: rgb(184,163,113); }
H1.HeaderClassName
{
color: #B8A371;
}
.AnyTagClassName
{
color: #B8A371;
}
</style>
background-color css
<style>
a { background-color: #B8A371; }
a { background-color: rgb(184,163,113); }
div.DivClassName
{
background-color: #B8A371;
}
.BgClassName
{
background-color: #B8A371;
}
</style>
border-color css
<style>
span { border-color: #B8A371; }
span { border-color: rgb(184,163,113); }
td.TdClassName
{
border-color: #B8A371;
}
.TagClassName
{
border-color: #B8A371;
}
</style>