Shades of Fallow #BBA26A
Tints of Fallow #BBA26A
RGB
CMYK
RGB Variations
Color information
#BBA26A (or 0xBBA26A) is known color: Fallow. HEX triplet: BB, A2 and 6A. RGB value is (187,162,106). Sum of RGB (Red+Green+Blue) = 187+162+106=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA26A is #445D95. Grayscale: #A3A3A3. Windows color (decimal): -4480406 or 6988475. OLE color: 6988475.
HSL color Cylindrical-coordinate representation of color #BBA26A: hue angle of 41.48º 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 #BBA26A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 106 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.27 |
| HSL | 41.48º | 0.37% | 0.57% | - |
| HSV(B) | 41.48º | 0.43% | 0.73% | - |
| XYZ | 36.02 | 37.45 | 18.97 | - |
| YUV | 163.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 106 | 0 | 0.13 | 0.43 | 0.27 | 41.48 | 0.37 | 0.57 |
| Hex | BB | A2 | 6A | 0 | D | 2B | 1B | 29 | 25 | 39 |
| Octal | 273 | 242 | 152 | 0 | 15 | 53 | 33 | 51 | 45 | 71 |
| Binary | 10111011 | 10100010 | 1101010 | 0 | 1101 | 101011 | 11011 | 101001 | 100101 | 111001 |
Color Harmonies of #BBA26A
Complementary color
Monochromatic Colors of #BBA26A
Black with #BBA26A
Text Example
Text Example
White with #BBA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA26A; }
p { color: rgb(187,162,106); }
H1.HeaderClassName
{
color: #BBA26A;
}
.AnyTagClassName
{
color: #BBA26A;
}
</style>
background-color css
<style>
a { background-color: #BBA26A; }
a { background-color: rgb(187,162,106); }
div.DivClassName
{
background-color: #BBA26A;
}
.BgClassName
{
background-color: #BBA26A;
}
</style>
border-color css
<style>
span { border-color: #BBA26A; }
span { border-color: rgb(187,162,106); }
td.TdClassName
{
border-color: #BBA26A;
}
.TagClassName
{
border-color: #BBA26A;
}
</style>