Shades of Fallow #BBA076
Tints of Fallow #BBA076
RGB
CMYK
RGB Variations
Color information
#BBA076 (or 0xBBA076) is known color: Fallow. HEX triplet: BB, A0 and 76. RGB value is (187,160,118). Sum of RGB (Red+Green+Blue) = 187+160+118=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA076 is #445F89. Grayscale: #A3A3A3. Windows color (decimal): -4480906 or 7774395. OLE color: 7774395.
HSL color Cylindrical-coordinate representation of color #BBA076: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA076 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 118 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.27 |
| HSL | 36.52º | 0.34% | 0.6% | - |
| HSV(B) | 36.52º | 0.37% | 0.73% | - |
| XYZ | 36.33 | 37.01 | 22.37 | - |
| YUV | 163.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 118 | 0 | 0.14 | 0.37 | 0.27 | 36.52 | 0.34 | 0.6 |
| Hex | BB | A0 | 76 | 0 | E | 25 | 1B | 25 | 22 | 3C |
| Octal | 273 | 240 | 166 | 0 | 16 | 45 | 33 | 45 | 42 | 74 |
| Binary | 10111011 | 10100000 | 1110110 | 0 | 1110 | 100101 | 11011 | 100101 | 100010 | 111100 |
Color Harmonies of #BBA076
Complementary color
Monochromatic Colors of #BBA076
Black with #BBA076
Text Example
Text Example
White with #BBA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA076; }
p { color: rgb(187,160,118); }
H1.HeaderClassName
{
color: #BBA076;
}
.AnyTagClassName
{
color: #BBA076;
}
</style>
background-color css
<style>
a { background-color: #BBA076; }
a { background-color: rgb(187,160,118); }
div.DivClassName
{
background-color: #BBA076;
}
.BgClassName
{
background-color: #BBA076;
}
</style>
border-color css
<style>
span { border-color: #BBA076; }
span { border-color: rgb(187,160,118); }
td.TdClassName
{
border-color: #BBA076;
}
.TagClassName
{
border-color: #BBA076;
}
</style>