Shades of Fallow #BBA06A
Tints of Fallow #BBA06A
RGB
CMYK
RGB Variations
Color information
#BBA06A (or 0xBBA06A) is known color: Fallow. HEX triplet: BB, A0 and 6A. RGB value is (187,160,106). Sum of RGB (Red+Green+Blue) = 187+160+106=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA06A is #445F95. Grayscale: #A2A2A2. Windows color (decimal): -4480918 or 6987963. OLE color: 6987963.
HSL color Cylindrical-coordinate representation of color #BBA06A: hue angle of 40º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA06A is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 106 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.27 |
| HSL | 40º | 0.37% | 0.57% | - |
| HSV(B) | 40º | 0.43% | 0.73% | - |
| XYZ | 35.67 | 36.75 | 18.85 | - |
| YUV | 161.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 106 | 0 | 0.14 | 0.43 | 0.27 | 40 | 0.37 | 0.57 |
| Hex | BB | A0 | 6A | 0 | E | 2B | 1B | 28 | 25 | 39 |
| Octal | 273 | 240 | 152 | 0 | 16 | 53 | 33 | 50 | 45 | 71 |
| Binary | 10111011 | 10100000 | 1101010 | 0 | 1110 | 101011 | 11011 | 101000 | 100101 | 111001 |
Color Harmonies of #BBA06A
Complementary color
Monochromatic Colors of #BBA06A
Black with #BBA06A
Text Example
Text Example
White with #BBA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA06A; }
p { color: rgb(187,160,106); }
H1.HeaderClassName
{
color: #BBA06A;
}
.AnyTagClassName
{
color: #BBA06A;
}
</style>
background-color css
<style>
a { background-color: #BBA06A; }
a { background-color: rgb(187,160,106); }
div.DivClassName
{
background-color: #BBA06A;
}
.BgClassName
{
background-color: #BBA06A;
}
</style>
border-color css
<style>
span { border-color: #BBA06A; }
span { border-color: rgb(187,160,106); }
td.TdClassName
{
border-color: #BBA06A;
}
.TagClassName
{
border-color: #BBA06A;
}
</style>