Shades of Fallow #BB9670
Tints of Fallow #BB9670
RGB
CMYK
RGB Variations
Color information
#BB9670 (or 0xBB9670) is known color: Fallow. HEX triplet: BB, 96 and 70. RGB value is (187,150,112). Sum of RGB (Red+Green+Blue) = 187+150+112=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9670 is #44698F. Grayscale: #9C9C9C. Windows color (decimal): -4483472 or 7378619. OLE color: 7378619.
HSL color Cylindrical-coordinate representation of color #BB9670: hue angle of 30.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9670 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 112 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.27 |
| HSL | 30.4º | 0.36% | 0.59% | - |
| HSV(B) | 30.4º | 0.4% | 0.73% | - |
| XYZ | 34.32 | 33.55 | 20 | - |
| YUV | 156.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 112 | 0 | 0.20 | 0.40 | 0.27 | 30.4 | 0.36 | 0.59 |
| Hex | BB | 96 | 70 | 0 | 14 | 28 | 1B | 1E | 24 | 3B |
| Octal | 273 | 226 | 160 | 0 | 24 | 50 | 33 | 36 | 44 | 73 |
| Binary | 10111011 | 10010110 | 1110000 | 0 | 10100 | 101000 | 11011 | 11110 | 100100 | 111011 |
Color Harmonies of #BB9670
Complementary color
Monochromatic Colors of #BB9670
Black with #BB9670
Text Example
Text Example
White with #BB9670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9670; }
p { color: rgb(187,150,112); }
H1.HeaderClassName
{
color: #BB9670;
}
.AnyTagClassName
{
color: #BB9670;
}
</style>
background-color css
<style>
a { background-color: #BB9670; }
a { background-color: rgb(187,150,112); }
div.DivClassName
{
background-color: #BB9670;
}
.BgClassName
{
background-color: #BB9670;
}
</style>
border-color css
<style>
span { border-color: #BB9670; }
span { border-color: rgb(187,150,112); }
td.TdClassName
{
border-color: #BB9670;
}
.TagClassName
{
border-color: #BB9670;
}
</style>