Shades of Fallow #B8A370
Tints of Fallow #B8A370
RGB
CMYK
RGB Variations
Color information
#B8A370 (or 0xB8A370) is known color: Fallow. HEX triplet: B8, A3 and 70. RGB value is (184,163,112). Sum of RGB (Red+Green+Blue) = 184+163+112=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A370 is #475C8F. Grayscale: #A3A3A3. Windows color (decimal): -4676752 or 7381944. OLE color: 7381944.
HSL color Cylindrical-coordinate representation of color #B8A370: hue angle of 42.5º 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 #B8A370 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 112 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.28 |
| HSL | 42.5º | 0.34% | 0.58% | - |
| HSV(B) | 42.5º | 0.39% | 0.72% | - |
| XYZ | 35.79 | 37.55 | 20.69 | - |
| YUV | 163.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 112 | 0 | 0.11 | 0.39 | 0.28 | 42.5 | 0.34 | 0.58 |
| Hex | B8 | A3 | 70 | 0 | B | 27 | 1C | 2A | 22 | 3A |
| Octal | 270 | 243 | 160 | 0 | 13 | 47 | 34 | 52 | 42 | 72 |
| Binary | 10111000 | 10100011 | 1110000 | 0 | 1011 | 100111 | 11100 | 101010 | 100010 | 111010 |
Color Harmonies of #B8A370
Complementary color
Monochromatic Colors of #B8A370
Black with #B8A370
Text Example
Text Example
White with #B8A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A370; }
p { color: rgb(184,163,112); }
H1.HeaderClassName
{
color: #B8A370;
}
.AnyTagClassName
{
color: #B8A370;
}
</style>
background-color css
<style>
a { background-color: #B8A370; }
a { background-color: rgb(184,163,112); }
div.DivClassName
{
background-color: #B8A370;
}
.BgClassName
{
background-color: #B8A370;
}
</style>
border-color css
<style>
span { border-color: #B8A370; }
span { border-color: rgb(184,163,112); }
td.TdClassName
{
border-color: #B8A370;
}
.TagClassName
{
border-color: #B8A370;
}
</style>