Shades of Fallow #BBA176
Tints of Fallow #BBA176
RGB
CMYK
RGB Variations
Color information
#BBA176 (or 0xBBA176) is known color: Fallow. HEX triplet: BB, A1 and 76. RGB value is (187,161,118). Sum of RGB (Red+Green+Blue) = 187+161+118=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA176 is #445E89. Grayscale: #A4A4A4. Windows color (decimal): -4480650 or 7774651. OLE color: 7774651.
HSL color Cylindrical-coordinate representation of color #BBA176: hue angle of 37.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA176 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 118 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.27 |
| HSL | 37.39º | 0.34% | 0.6% | - |
| HSV(B) | 37.39º | 0.37% | 0.73% | - |
| XYZ | 36.51 | 37.36 | 22.43 | - |
| YUV | 163.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 118 | 0 | 0.14 | 0.37 | 0.27 | 37.39 | 0.34 | 0.6 |
| Hex | BB | A1 | 76 | 0 | E | 25 | 1B | 25 | 22 | 3C |
| Octal | 273 | 241 | 166 | 0 | 16 | 45 | 33 | 45 | 42 | 74 |
| Binary | 10111011 | 10100001 | 1110110 | 0 | 1110 | 100101 | 11011 | 100101 | 100010 | 111100 |
Color Harmonies of #BBA176
Complementary color
Monochromatic Colors of #BBA176
Black with #BBA176
Text Example
Text Example
White with #BBA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA176; }
p { color: rgb(187,161,118); }
H1.HeaderClassName
{
color: #BBA176;
}
.AnyTagClassName
{
color: #BBA176;
}
</style>
background-color css
<style>
a { background-color: #BBA176; }
a { background-color: rgb(187,161,118); }
div.DivClassName
{
background-color: #BBA176;
}
.BgClassName
{
background-color: #BBA176;
}
</style>
border-color css
<style>
span { border-color: #BBA176; }
span { border-color: rgb(187,161,118); }
td.TdClassName
{
border-color: #BBA176;
}
.TagClassName
{
border-color: #BBA176;
}
</style>