Shades of Fallow #BBA168
Tints of Fallow #BBA168
RGB
CMYK
RGB Variations
Color information
#BBA168 (or 0xBBA168) is known color: Fallow. HEX triplet: BB, A1 and 68. RGB value is (187,161,104). Sum of RGB (Red+Green+Blue) = 187+161+104=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA168 is #445E97. Grayscale: #A2A2A2. Windows color (decimal): -4480664 or 6857147. OLE color: 6857147.
HSL color Cylindrical-coordinate representation of color #BBA168: hue angle of 41.2º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBA168 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 104 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.27 |
| HSL | 41.2º | 0.38% | 0.57% | - |
| HSV(B) | 41.2º | 0.44% | 0.73% | - |
| XYZ | 35.74 | 37.05 | 18.37 | - |
| YUV | 162.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 104 | 0 | 0.14 | 0.44 | 0.27 | 41.2 | 0.38 | 0.57 |
| Hex | BB | A1 | 68 | 0 | E | 2C | 1B | 29 | 26 | 39 |
| Octal | 273 | 241 | 150 | 0 | 16 | 54 | 33 | 51 | 46 | 71 |
| Binary | 10111011 | 10100001 | 1101000 | 0 | 1110 | 101100 | 11011 | 101001 | 100110 | 111001 |
Color Harmonies of #BBA168
Complementary color
Monochromatic Colors of #BBA168
Black with #BBA168
Text Example
Text Example
White with #BBA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA168; }
p { color: rgb(187,161,104); }
H1.HeaderClassName
{
color: #BBA168;
}
.AnyTagClassName
{
color: #BBA168;
}
</style>
background-color css
<style>
a { background-color: #BBA168; }
a { background-color: rgb(187,161,104); }
div.DivClassName
{
background-color: #BBA168;
}
.BgClassName
{
background-color: #BBA168;
}
</style>
border-color css
<style>
span { border-color: #BBA168; }
span { border-color: rgb(187,161,104); }
td.TdClassName
{
border-color: #BBA168;
}
.TagClassName
{
border-color: #BBA168;
}
</style>