Shades of Fallow #BBA071
Tints of Fallow #BBA071
RGB
CMYK
RGB Variations
Color information
#BBA071 (or 0xBBA071) is known color: Fallow. HEX triplet: BB, A0 and 71. RGB value is (187,160,113). Sum of RGB (Red+Green+Blue) = 187+160+113=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA071 is #445F8E. Grayscale: #A2A2A2. Windows color (decimal): -4480911 or 7446715. OLE color: 7446715.
HSL color Cylindrical-coordinate representation of color #BBA071: hue angle of 38.11º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBA071 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 113 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.27 |
| HSL | 38.11º | 0.35% | 0.59% | - |
| HSV(B) | 38.11º | 0.4% | 0.73% | - |
| XYZ | 36.04 | 36.9 | 20.85 | - |
| YUV | 162.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 113 | 0 | 0.14 | 0.40 | 0.27 | 38.11 | 0.35 | 0.59 |
| Hex | BB | A0 | 71 | 0 | E | 28 | 1B | 26 | 23 | 3B |
| Octal | 273 | 240 | 161 | 0 | 16 | 50 | 33 | 46 | 43 | 73 |
| Binary | 10111011 | 10100000 | 1110001 | 0 | 1110 | 101000 | 11011 | 100110 | 100011 | 111011 |
Color Harmonies of #BBA071
Complementary color
Monochromatic Colors of #BBA071
Black with #BBA071
Text Example
Text Example
White with #BBA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA071; }
p { color: rgb(187,160,113); }
H1.HeaderClassName
{
color: #BBA071;
}
.AnyTagClassName
{
color: #BBA071;
}
</style>
background-color css
<style>
a { background-color: #BBA071; }
a { background-color: rgb(187,160,113); }
div.DivClassName
{
background-color: #BBA071;
}
.BgClassName
{
background-color: #BBA071;
}
</style>
border-color css
<style>
span { border-color: #BBA071; }
span { border-color: rgb(187,160,113); }
td.TdClassName
{
border-color: #BBA071;
}
.TagClassName
{
border-color: #BBA071;
}
</style>