Shades of Fallow #BBA46F
Tints of Fallow #BBA46F
RGB
CMYK
RGB Variations
Color information
#BBA46F (or 0xBBA46F) is known color: Fallow. HEX triplet: BB, A4 and 6F. RGB value is (187,164,111). Sum of RGB (Red+Green+Blue) = 187+164+111=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46F is #445B90. Grayscale: #A5A5A5. Windows color (decimal): -4479889 or 7316667. OLE color: 7316667.
HSL color Cylindrical-coordinate representation of color #BBA46F: hue angle of 41.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBA46F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 111 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.27 |
| HSL | 41.84º | 0.36% | 0.58% | - |
| HSV(B) | 41.84º | 0.41% | 0.73% | - |
| XYZ | 36.64 | 38.26 | 20.49 | - |
| YUV | 164.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 111 | 0 | 0.12 | 0.41 | 0.27 | 41.84 | 0.36 | 0.58 |
| Hex | BB | A4 | 6F | 0 | C | 29 | 1B | 2A | 24 | 3A |
| Octal | 273 | 244 | 157 | 0 | 14 | 51 | 33 | 52 | 44 | 72 |
| Binary | 10111011 | 10100100 | 1101111 | 0 | 1100 | 101001 | 11011 | 101010 | 100100 | 111010 |
Color Harmonies of #BBA46F
Complementary color
Monochromatic Colors of #BBA46F
Black with #BBA46F
Text Example
Text Example
White with #BBA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA46F; }
p { color: rgb(187,164,111); }
H1.HeaderClassName
{
color: #BBA46F;
}
.AnyTagClassName
{
color: #BBA46F;
}
</style>
background-color css
<style>
a { background-color: #BBA46F; }
a { background-color: rgb(187,164,111); }
div.DivClassName
{
background-color: #BBA46F;
}
.BgClassName
{
background-color: #BBA46F;
}
</style>
border-color css
<style>
span { border-color: #BBA46F; }
span { border-color: rgb(187,164,111); }
td.TdClassName
{
border-color: #BBA46F;
}
.TagClassName
{
border-color: #BBA46F;
}
</style>