Shades of Fallow #BB916C
Tints of Fallow #BB916C
RGB
CMYK
RGB Variations
Color information
#BB916C (or 0xBB916C) is known color: Fallow. HEX triplet: BB, 91 and 6C. RGB value is (187,145,108). Sum of RGB (Red+Green+Blue) = 187+145+108=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB916C is #446E93. Grayscale: #999999. Windows color (decimal): -4484756 or 7115195. OLE color: 7115195.
HSL color Cylindrical-coordinate representation of color #BB916C: hue angle of 28.1º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB916C is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 108 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.27 |
| HSL | 28.1º | 0.37% | 0.58% | - |
| HSV(B) | 28.1º | 0.42% | 0.73% | - |
| XYZ | 33.33 | 31.9 | 18.59 | - |
| YUV | 153.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 108 | 0 | 0.22 | 0.42 | 0.27 | 28.1 | 0.37 | 0.58 |
| Hex | BB | 91 | 6C | 0 | 16 | 2A | 1B | 1C | 25 | 3A |
| Octal | 273 | 221 | 154 | 0 | 26 | 52 | 33 | 34 | 45 | 72 |
| Binary | 10111011 | 10010001 | 1101100 | 0 | 10110 | 101010 | 11011 | 11100 | 100101 | 111010 |
Color Harmonies of #BB916C
Complementary color
Monochromatic Colors of #BB916C
Black with #BB916C
Text Example
Text Example
White with #BB916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB916C; }
p { color: rgb(187,145,108); }
H1.HeaderClassName
{
color: #BB916C;
}
.AnyTagClassName
{
color: #BB916C;
}
</style>
background-color css
<style>
a { background-color: #BB916C; }
a { background-color: rgb(187,145,108); }
div.DivClassName
{
background-color: #BB916C;
}
.BgClassName
{
background-color: #BB916C;
}
</style>
border-color css
<style>
span { border-color: #BB916C; }
span { border-color: rgb(187,145,108); }
td.TdClassName
{
border-color: #BB916C;
}
.TagClassName
{
border-color: #BB916C;
}
</style>