Shades of Fallow #BBA16F
Tints of Fallow #BBA16F
RGB
CMYK
RGB Variations
Color information
#BBA16F (or 0xBBA16F) is known color: Fallow. HEX triplet: BB, A1 and 6F. RGB value is (187,161,111). Sum of RGB (Red+Green+Blue) = 187+161+111=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA16F is #445E90. Grayscale: #A3A3A3. Windows color (decimal): -4480657 or 7315899. OLE color: 7315899.
HSL color Cylindrical-coordinate representation of color #BBA16F: hue angle of 39.47º 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 #BBA16F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 111 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.27 |
| HSL | 39.47º | 0.36% | 0.58% | - |
| HSV(B) | 39.47º | 0.41% | 0.73% | - |
| XYZ | 36.11 | 37.2 | 20.32 | - |
| YUV | 163.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 111 | 0 | 0.14 | 0.41 | 0.27 | 39.47 | 0.36 | 0.58 |
| Hex | BB | A1 | 6F | 0 | E | 29 | 1B | 27 | 24 | 3A |
| Octal | 273 | 241 | 157 | 0 | 16 | 51 | 33 | 47 | 44 | 72 |
| Binary | 10111011 | 10100001 | 1101111 | 0 | 1110 | 101001 | 11011 | 100111 | 100100 | 111010 |
Color Harmonies of #BBA16F
Complementary color
Monochromatic Colors of #BBA16F
Black with #BBA16F
Text Example
Text Example
White with #BBA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA16F; }
p { color: rgb(187,161,111); }
H1.HeaderClassName
{
color: #BBA16F;
}
.AnyTagClassName
{
color: #BBA16F;
}
</style>
background-color css
<style>
a { background-color: #BBA16F; }
a { background-color: rgb(187,161,111); }
div.DivClassName
{
background-color: #BBA16F;
}
.BgClassName
{
background-color: #BBA16F;
}
</style>
border-color css
<style>
span { border-color: #BBA16F; }
span { border-color: rgb(187,161,111); }
td.TdClassName
{
border-color: #BBA16F;
}
.TagClassName
{
border-color: #BBA16F;
}
</style>