Shades of Fallow #BBA17A
Tints of Fallow #BBA17A
RGB
CMYK
RGB Variations
Color information
#BBA17A (or 0xBBA17A) is known color: Fallow. HEX triplet: BB, A1 and 7A. RGB value is (187,161,122). Sum of RGB (Red+Green+Blue) = 187+161+122=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA17A is #445E85. Grayscale: #A4A4A4. Windows color (decimal): -4480646 or 8036795. OLE color: 8036795.
HSL color Cylindrical-coordinate representation of color #BBA17A: hue angle of 36º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA17A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 122 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.27 |
| HSL | 36º | 0.32% | 0.61% | - |
| HSV(B) | 36º | 0.35% | 0.73% | - |
| XYZ | 36.75 | 37.46 | 23.71 | - |
| YUV | 164.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 122 | 0 | 0.14 | 0.35 | 0.27 | 36 | 0.32 | 0.61 |
| Hex | BB | A1 | 7A | 0 | E | 23 | 1B | 24 | 20 | 3D |
| Octal | 273 | 241 | 172 | 0 | 16 | 43 | 33 | 44 | 40 | 75 |
| Binary | 10111011 | 10100001 | 1111010 | 0 | 1110 | 100011 | 11011 | 100100 | 100000 | 111101 |
Color Harmonies of #BBA17A
Complementary color
Monochromatic Colors of #BBA17A
Black with #BBA17A
Text Example
Text Example
White with #BBA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA17A; }
p { color: rgb(187,161,122); }
H1.HeaderClassName
{
color: #BBA17A;
}
.AnyTagClassName
{
color: #BBA17A;
}
</style>
background-color css
<style>
a { background-color: #BBA17A; }
a { background-color: rgb(187,161,122); }
div.DivClassName
{
background-color: #BBA17A;
}
.BgClassName
{
background-color: #BBA17A;
}
</style>
border-color css
<style>
span { border-color: #BBA17A; }
span { border-color: rgb(187,161,122); }
td.TdClassName
{
border-color: #BBA17A;
}
.TagClassName
{
border-color: #BBA17A;
}
</style>