Shades of Fallow #BBA072
Tints of Fallow #BBA072
RGB
CMYK
RGB Variations
Color information
#BBA072 (or 0xBBA072) is known color: Fallow. HEX triplet: BB, A0 and 72. RGB value is (187,160,114). Sum of RGB (Red+Green+Blue) = 187+160+114=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA072 is #445F8D. Grayscale: #A3A3A3. Windows color (decimal): -4480910 or 7512251. OLE color: 7512251.
HSL color Cylindrical-coordinate representation of color #BBA072: hue angle of 37.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBA072 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 114 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.27 |
| HSL | 37.81º | 0.35% | 0.59% | - |
| HSV(B) | 37.81º | 0.39% | 0.73% | - |
| XYZ | 36.1 | 36.92 | 21.14 | - |
| YUV | 162.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 114 | 0 | 0.14 | 0.39 | 0.27 | 37.81 | 0.35 | 0.59 |
| Hex | BB | A0 | 72 | 0 | E | 27 | 1B | 26 | 23 | 3B |
| Octal | 273 | 240 | 162 | 0 | 16 | 47 | 33 | 46 | 43 | 73 |
| Binary | 10111011 | 10100000 | 1110010 | 0 | 1110 | 100111 | 11011 | 100110 | 100011 | 111011 |
Color Harmonies of #BBA072
Complementary color
Monochromatic Colors of #BBA072
Black with #BBA072
Text Example
Text Example
White with #BBA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA072; }
p { color: rgb(187,160,114); }
H1.HeaderClassName
{
color: #BBA072;
}
.AnyTagClassName
{
color: #BBA072;
}
</style>
background-color css
<style>
a { background-color: #BBA072; }
a { background-color: rgb(187,160,114); }
div.DivClassName
{
background-color: #BBA072;
}
.BgClassName
{
background-color: #BBA072;
}
</style>
border-color css
<style>
span { border-color: #BBA072; }
span { border-color: rgb(187,160,114); }
td.TdClassName
{
border-color: #BBA072;
}
.TagClassName
{
border-color: #BBA072;
}
</style>