Shades of Fallow #BBA26E
Tints of Fallow #BBA26E
RGB
CMYK
RGB Variations
Color information
#BBA26E (or 0xBBA26E) is known color: Fallow. HEX triplet: BB, A2 and 6E. RGB value is (187,162,110). Sum of RGB (Red+Green+Blue) = 187+162+110=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA26E is #445D91. Grayscale: #A3A3A3. Windows color (decimal): -4480402 or 7250619. OLE color: 7250619.
HSL color Cylindrical-coordinate representation of color #BBA26E: hue angle of 40.52º 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 #BBA26E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 110 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.27 |
| HSL | 40.52º | 0.36% | 0.58% | - |
| HSV(B) | 40.52º | 0.41% | 0.73% | - |
| XYZ | 36.23 | 37.53 | 20.09 | - |
| YUV | 163.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 110 | 0 | 0.13 | 0.41 | 0.27 | 40.52 | 0.36 | 0.58 |
| Hex | BB | A2 | 6E | 0 | D | 29 | 1B | 29 | 24 | 3A |
| Octal | 273 | 242 | 156 | 0 | 15 | 51 | 33 | 51 | 44 | 72 |
| Binary | 10111011 | 10100010 | 1101110 | 0 | 1101 | 101001 | 11011 | 101001 | 100100 | 111010 |
Color Harmonies of #BBA26E
Complementary color
Monochromatic Colors of #BBA26E
Black with #BBA26E
Text Example
Text Example
White with #BBA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA26E; }
p { color: rgb(187,162,110); }
H1.HeaderClassName
{
color: #BBA26E;
}
.AnyTagClassName
{
color: #BBA26E;
}
</style>
background-color css
<style>
a { background-color: #BBA26E; }
a { background-color: rgb(187,162,110); }
div.DivClassName
{
background-color: #BBA26E;
}
.BgClassName
{
background-color: #BBA26E;
}
</style>
border-color css
<style>
span { border-color: #BBA26E; }
span { border-color: rgb(187,162,110); }
td.TdClassName
{
border-color: #BBA26E;
}
.TagClassName
{
border-color: #BBA26E;
}
</style>