Shades of Fallow #BBA273
Tints of Fallow #BBA273
RGB
CMYK
RGB Variations
Color information
#BBA273 (or 0xBBA273) is known color: Fallow. HEX triplet: BB, A2 and 73. RGB value is (187,162,115). Sum of RGB (Red+Green+Blue) = 187+162+115=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA273 is #445D8C. Grayscale: #A4A4A4. Windows color (decimal): -4480397 or 7578299. OLE color: 7578299.
HSL color Cylindrical-coordinate representation of color #BBA273: hue angle of 39.17º 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 #BBA273 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 115 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.27 |
| HSL | 39.17º | 0.35% | 0.59% | - |
| HSV(B) | 39.17º | 0.39% | 0.73% | - |
| XYZ | 36.51 | 37.64 | 21.56 | - |
| YUV | 164.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 115 | 0 | 0.13 | 0.39 | 0.27 | 39.17 | 0.35 | 0.59 |
| Hex | BB | A2 | 73 | 0 | D | 27 | 1B | 27 | 23 | 3B |
| Octal | 273 | 242 | 163 | 0 | 15 | 47 | 33 | 47 | 43 | 73 |
| Binary | 10111011 | 10100010 | 1110011 | 0 | 1101 | 100111 | 11011 | 100111 | 100011 | 111011 |
Color Harmonies of #BBA273
Complementary color
Monochromatic Colors of #BBA273
Black with #BBA273
Text Example
Text Example
White with #BBA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA273; }
p { color: rgb(187,162,115); }
H1.HeaderClassName
{
color: #BBA273;
}
.AnyTagClassName
{
color: #BBA273;
}
</style>
background-color css
<style>
a { background-color: #BBA273; }
a { background-color: rgb(187,162,115); }
div.DivClassName
{
background-color: #BBA273;
}
.BgClassName
{
background-color: #BBA273;
}
</style>
border-color css
<style>
span { border-color: #BBA273; }
span { border-color: rgb(187,162,115); }
td.TdClassName
{
border-color: #BBA273;
}
.TagClassName
{
border-color: #BBA273;
}
</style>