Shades of Fallow #BBA067
Tints of Fallow #BBA067
RGB
CMYK
RGB Variations
Color information
#BBA067 (or 0xBBA067) is known color: Fallow. HEX triplet: BB, A0 and 67. RGB value is (187,160,103). Sum of RGB (Red+Green+Blue) = 187+160+103=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA067 is #445F98. Grayscale: #A1A1A1. Windows color (decimal): -4480921 or 6791355. OLE color: 6791355.
HSL color Cylindrical-coordinate representation of color #BBA067: hue angle of 40.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA067 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 103 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.27 |
| HSL | 40.71º | 0.38% | 0.57% | - |
| HSV(B) | 40.71º | 0.45% | 0.73% | - |
| XYZ | 35.51 | 36.69 | 18.04 | - |
| YUV | 161.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 103 | 0 | 0.14 | 0.45 | 0.27 | 40.71 | 0.38 | 0.57 |
| Hex | BB | A0 | 67 | 0 | E | 2D | 1B | 29 | 26 | 39 |
| Octal | 273 | 240 | 147 | 0 | 16 | 55 | 33 | 51 | 46 | 71 |
| Binary | 10111011 | 10100000 | 1100111 | 0 | 1110 | 101101 | 11011 | 101001 | 100110 | 111001 |
Color Harmonies of #BBA067
Complementary color
Monochromatic Colors of #BBA067
Black with #BBA067
Text Example
Text Example
White with #BBA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA067; }
p { color: rgb(187,160,103); }
H1.HeaderClassName
{
color: #BBA067;
}
.AnyTagClassName
{
color: #BBA067;
}
</style>
background-color css
<style>
a { background-color: #BBA067; }
a { background-color: rgb(187,160,103); }
div.DivClassName
{
background-color: #BBA067;
}
.BgClassName
{
background-color: #BBA067;
}
</style>
border-color css
<style>
span { border-color: #BBA067; }
span { border-color: rgb(187,160,103); }
td.TdClassName
{
border-color: #BBA067;
}
.TagClassName
{
border-color: #BBA067;
}
</style>