Shades of Fallow #BBA175
Tints of Fallow #BBA175
RGB
CMYK
RGB Variations
Color information
#BBA175 (or 0xBBA175) is known color: Fallow. HEX triplet: BB, A1 and 75. RGB value is (187,161,117). Sum of RGB (Red+Green+Blue) = 187+161+117=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA175 is #445E8A. Grayscale: #A3A3A3. Windows color (decimal): -4480651 or 7709115. OLE color: 7709115.
HSL color Cylindrical-coordinate representation of color #BBA175: hue angle of 37.71º 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 #BBA175 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 117 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.27 |
| HSL | 37.71º | 0.34% | 0.6% | - |
| HSV(B) | 37.71º | 0.37% | 0.73% | - |
| XYZ | 36.45 | 37.34 | 22.12 | - |
| YUV | 163.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 117 | 0 | 0.14 | 0.37 | 0.27 | 37.71 | 0.34 | 0.6 |
| Hex | BB | A1 | 75 | 0 | E | 25 | 1B | 26 | 22 | 3C |
| Octal | 273 | 241 | 165 | 0 | 16 | 45 | 33 | 46 | 42 | 74 |
| Binary | 10111011 | 10100001 | 1110101 | 0 | 1110 | 100101 | 11011 | 100110 | 100010 | 111100 |
Color Harmonies of #BBA175
Complementary color
Monochromatic Colors of #BBA175
Black with #BBA175
Text Example
Text Example
White with #BBA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA175; }
p { color: rgb(187,161,117); }
H1.HeaderClassName
{
color: #BBA175;
}
.AnyTagClassName
{
color: #BBA175;
}
</style>
background-color css
<style>
a { background-color: #BBA175; }
a { background-color: rgb(187,161,117); }
div.DivClassName
{
background-color: #BBA175;
}
.BgClassName
{
background-color: #BBA175;
}
</style>
border-color css
<style>
span { border-color: #BBA175; }
span { border-color: rgb(187,161,117); }
td.TdClassName
{
border-color: #BBA175;
}
.TagClassName
{
border-color: #BBA175;
}
</style>