Shades of Fallow #BBA272
Tints of Fallow #BBA272
RGB
CMYK
RGB Variations
Color information
#BBA272 (or 0xBBA272) is known color: Fallow. HEX triplet: BB, A2 and 72. RGB value is (187,162,114). Sum of RGB (Red+Green+Blue) = 187+162+114=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA272 is #445D8D. Grayscale: #A4A4A4. Windows color (decimal): -4480398 or 7512763. OLE color: 7512763.
HSL color Cylindrical-coordinate representation of color #BBA272: hue angle of 39.45º 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 #BBA272 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 114 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.27 |
| HSL | 39.45º | 0.35% | 0.59% | - |
| HSV(B) | 39.45º | 0.39% | 0.73% | - |
| XYZ | 36.45 | 37.62 | 21.26 | - |
| YUV | 164 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 114 | 0 | 0.13 | 0.39 | 0.27 | 39.45 | 0.35 | 0.59 |
| Hex | BB | A2 | 72 | 0 | D | 27 | 1B | 27 | 23 | 3B |
| Octal | 273 | 242 | 162 | 0 | 15 | 47 | 33 | 47 | 43 | 73 |
| Binary | 10111011 | 10100010 | 1110010 | 0 | 1101 | 100111 | 11011 | 100111 | 100011 | 111011 |
Color Harmonies of #BBA272
Complementary color
Monochromatic Colors of #BBA272
Black with #BBA272
Text Example
Text Example
White with #BBA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA272; }
p { color: rgb(187,162,114); }
H1.HeaderClassName
{
color: #BBA272;
}
.AnyTagClassName
{
color: #BBA272;
}
</style>
background-color css
<style>
a { background-color: #BBA272; }
a { background-color: rgb(187,162,114); }
div.DivClassName
{
background-color: #BBA272;
}
.BgClassName
{
background-color: #BBA272;
}
</style>
border-color css
<style>
span { border-color: #BBA272; }
span { border-color: rgb(187,162,114); }
td.TdClassName
{
border-color: #BBA272;
}
.TagClassName
{
border-color: #BBA272;
}
</style>