Shades of Fallow #B8A173
Tints of Fallow #B8A173
RGB
CMYK
RGB Variations
Color information
#B8A173 (or 0xB8A173) is known color: Fallow. HEX triplet: B8, A1 and 73. RGB value is (184,161,115). Sum of RGB (Red+Green+Blue) = 184+161+115=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A173 is #475E8C. Grayscale: #A2A2A2. Windows color (decimal): -4677261 or 7578040. OLE color: 7578040.
HSL color Cylindrical-coordinate representation of color #B8A173: hue angle of 40º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8A173 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 115 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.28 |
| HSL | 40º | 0.33% | 0.59% | - |
| HSV(B) | 40º | 0.38% | 0.72% | - |
| XYZ | 35.61 | 36.92 | 21.47 | - |
| YUV | 162.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 115 | 0 | 0.12 | 0.38 | 0.28 | 40 | 0.33 | 0.59 |
| Hex | B8 | A1 | 73 | 0 | C | 26 | 1C | 28 | 21 | 3B |
| Octal | 270 | 241 | 163 | 0 | 14 | 46 | 34 | 50 | 41 | 73 |
| Binary | 10111000 | 10100001 | 1110011 | 0 | 1100 | 100110 | 11100 | 101000 | 100001 | 111011 |
Color Harmonies of #B8A173
Complementary color
Monochromatic Colors of #B8A173
Black with #B8A173
Text Example
Text Example
White with #B8A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A173; }
p { color: rgb(184,161,115); }
H1.HeaderClassName
{
color: #B8A173;
}
.AnyTagClassName
{
color: #B8A173;
}
</style>
background-color css
<style>
a { background-color: #B8A173; }
a { background-color: rgb(184,161,115); }
div.DivClassName
{
background-color: #B8A173;
}
.BgClassName
{
background-color: #B8A173;
}
</style>
border-color css
<style>
span { border-color: #B8A173; }
span { border-color: rgb(184,161,115); }
td.TdClassName
{
border-color: #B8A173;
}
.TagClassName
{
border-color: #B8A173;
}
</style>