Shades of Fallow #BB916F
Tints of Fallow #BB916F
RGB
CMYK
RGB Variations
Color information
#BB916F (or 0xBB916F) is known color: Fallow. HEX triplet: BB, 91 and 6F. RGB value is (187,145,111). Sum of RGB (Red+Green+Blue) = 187+145+111=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB916F is #446E90. Grayscale: #999999. Windows color (decimal): -4484753 or 7311803. OLE color: 7311803.
HSL color Cylindrical-coordinate representation of color #BB916F: hue angle of 26.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB916F is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 111 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.27 |
| HSL | 26.84º | 0.36% | 0.58% | - |
| HSV(B) | 26.84º | 0.41% | 0.73% | - |
| XYZ | 33.49 | 31.96 | 19.44 | - |
| YUV | 153.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 111 | 0 | 0.22 | 0.41 | 0.27 | 26.84 | 0.36 | 0.58 |
| Hex | BB | 91 | 6F | 0 | 16 | 29 | 1B | 1B | 24 | 3A |
| Octal | 273 | 221 | 157 | 0 | 26 | 51 | 33 | 33 | 44 | 72 |
| Binary | 10111011 | 10010001 | 1101111 | 0 | 10110 | 101001 | 11011 | 11011 | 100100 | 111010 |
Color Harmonies of #BB916F
Complementary color
Monochromatic Colors of #BB916F
Black with #BB916F
Text Example
Text Example
White with #BB916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB916F; }
p { color: rgb(187,145,111); }
H1.HeaderClassName
{
color: #BB916F;
}
.AnyTagClassName
{
color: #BB916F;
}
</style>
background-color css
<style>
a { background-color: #BB916F; }
a { background-color: rgb(187,145,111); }
div.DivClassName
{
background-color: #BB916F;
}
.BgClassName
{
background-color: #BB916F;
}
</style>
border-color css
<style>
span { border-color: #BB916F; }
span { border-color: rgb(187,145,111); }
td.TdClassName
{
border-color: #BB916F;
}
.TagClassName
{
border-color: #BB916F;
}
</style>