Shades of Fallow #BBA573
Tints of Fallow #BBA573
RGB
CMYK
RGB Variations
Color information
#BBA573 (or 0xBBA573) is known color: Fallow. HEX triplet: BB, A5 and 73. RGB value is (187,165,115). Sum of RGB (Red+Green+Blue) = 187+165+115=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA573 is #445A8C. Grayscale: #A6A6A6. Windows color (decimal): -4479629 or 7579067. OLE color: 7579067.
HSL color Cylindrical-coordinate representation of color #BBA573: hue angle of 41.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBA573 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 115 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.27 |
| HSL | 41.67º | 0.35% | 0.59% | - |
| HSV(B) | 41.67º | 0.39% | 0.73% | - |
| XYZ | 37.04 | 38.71 | 21.74 | - |
| YUV | 165.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 115 | 0 | 0.12 | 0.39 | 0.27 | 41.67 | 0.35 | 0.59 |
| Hex | BB | A5 | 73 | 0 | C | 27 | 1B | 2A | 23 | 3B |
| Octal | 273 | 245 | 163 | 0 | 14 | 47 | 33 | 52 | 43 | 73 |
| Binary | 10111011 | 10100101 | 1110011 | 0 | 1100 | 100111 | 11011 | 101010 | 100011 | 111011 |
Color Harmonies of #BBA573
Complementary color
Monochromatic Colors of #BBA573
Black with #BBA573
Text Example
Text Example
White with #BBA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA573; }
p { color: rgb(187,165,115); }
H1.HeaderClassName
{
color: #BBA573;
}
.AnyTagClassName
{
color: #BBA573;
}
</style>
background-color css
<style>
a { background-color: #BBA573; }
a { background-color: rgb(187,165,115); }
div.DivClassName
{
background-color: #BBA573;
}
.BgClassName
{
background-color: #BBA573;
}
</style>
border-color css
<style>
span { border-color: #BBA573; }
span { border-color: rgb(187,165,115); }
td.TdClassName
{
border-color: #BBA573;
}
.TagClassName
{
border-color: #BBA573;
}
</style>