Shades of Fallow #BF9961
Tints of Fallow #BF9961
RGB
CMYK
RGB Variations
Color information
#BF9961 (or 0xBF9961) is known color: Fallow. HEX triplet: BF, 99 and 61. RGB value is (191,153,97). Sum of RGB (Red+Green+Blue) = 191+153+97=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9961 is #40669E. Grayscale: #9E9E9E. Windows color (decimal): -4220575 or 6396351. OLE color: 6396351.
HSL color Cylindrical-coordinate representation of color #BF9961: hue angle of 35.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF9961 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 97 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.25 |
| HSL | 35.74º | 0.42% | 0.56% | - |
| HSV(B) | 35.74º | 0.49% | 0.75% | - |
| XYZ | 35.03 | 34.72 | 16.16 | - |
| YUV | 157.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 97 | 0 | 0.20 | 0.49 | 0.25 | 35.74 | 0.42 | 0.56 |
| Hex | BF | 99 | 61 | 0 | 14 | 31 | 19 | 24 | 2A | 38 |
| Octal | 277 | 231 | 141 | 0 | 24 | 61 | 31 | 44 | 52 | 70 |
| Binary | 10111111 | 10011001 | 1100001 | 0 | 10100 | 110001 | 11001 | 100100 | 101010 | 111000 |
Color Harmonies of #BF9961
Complementary color
Monochromatic Colors of #BF9961
Black with #BF9961
Text Example
Text Example
White with #BF9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9961; }
p { color: rgb(191,153,97); }
H1.HeaderClassName
{
color: #BF9961;
}
.AnyTagClassName
{
color: #BF9961;
}
</style>
background-color css
<style>
a { background-color: #BF9961; }
a { background-color: rgb(191,153,97); }
div.DivClassName
{
background-color: #BF9961;
}
.BgClassName
{
background-color: #BF9961;
}
</style>
border-color css
<style>
span { border-color: #BF9961; }
span { border-color: rgb(191,153,97); }
td.TdClassName
{
border-color: #BF9961;
}
.TagClassName
{
border-color: #BF9961;
}
</style>