Shades of Fallow #BBA36E
Tints of Fallow #BBA36E
RGB
CMYK
RGB Variations
Color information
#BBA36E (or 0xBBA36E) is known color: Fallow. HEX triplet: BB, A3 and 6E. RGB value is (187,163,110). Sum of RGB (Red+Green+Blue) = 187+163+110=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA36E is #445C91. Grayscale: #A4A4A4. Windows color (decimal): -4480146 or 7250875. OLE color: 7250875.
HSL color Cylindrical-coordinate representation of color #BBA36E: hue angle of 41.3º 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 #BBA36E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 110 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.27 |
| HSL | 41.3º | 0.36% | 0.58% | - |
| HSV(B) | 41.3º | 0.41% | 0.73% | - |
| XYZ | 36.41 | 37.88 | 20.15 | - |
| YUV | 164.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 110 | 0 | 0.13 | 0.41 | 0.27 | 41.3 | 0.36 | 0.58 |
| Hex | BB | A3 | 6E | 0 | D | 29 | 1B | 29 | 24 | 3A |
| Octal | 273 | 243 | 156 | 0 | 15 | 51 | 33 | 51 | 44 | 72 |
| Binary | 10111011 | 10100011 | 1101110 | 0 | 1101 | 101001 | 11011 | 101001 | 100100 | 111010 |
Color Harmonies of #BBA36E
Complementary color
Monochromatic Colors of #BBA36E
Black with #BBA36E
Text Example
Text Example
White with #BBA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA36E; }
p { color: rgb(187,163,110); }
H1.HeaderClassName
{
color: #BBA36E;
}
.AnyTagClassName
{
color: #BBA36E;
}
</style>
background-color css
<style>
a { background-color: #BBA36E; }
a { background-color: rgb(187,163,110); }
div.DivClassName
{
background-color: #BBA36E;
}
.BgClassName
{
background-color: #BBA36E;
}
</style>
border-color css
<style>
span { border-color: #BBA36E; }
span { border-color: rgb(187,163,110); }
td.TdClassName
{
border-color: #BBA36E;
}
.TagClassName
{
border-color: #BBA36E;
}
</style>