Shades of Fallow #BF976C
Tints of Fallow #BF976C
RGB
CMYK
RGB Variations
Color information
#BF976C (or 0xBF976C) is known color: Fallow. HEX triplet: BF, 97 and 6C. RGB value is (191,151,108). Sum of RGB (Red+Green+Blue) = 191+151+108=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF976C is #406893. Grayscale: #9E9E9E. Windows color (decimal): -4221076 or 7116735. OLE color: 7116735.
HSL color Cylindrical-coordinate representation of color #BF976C: hue angle of 31.08º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF976C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 108 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.25 |
| HSL | 31.08º | 0.39% | 0.59% | - |
| HSV(B) | 31.08º | 0.43% | 0.75% | - |
| XYZ | 35.26 | 34.29 | 18.95 | - |
| YUV | 158.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 108 | 0 | 0.21 | 0.43 | 0.25 | 31.08 | 0.39 | 0.59 |
| Hex | BF | 97 | 6C | 0 | 15 | 2B | 19 | 1F | 27 | 3B |
| Octal | 277 | 227 | 154 | 0 | 25 | 53 | 31 | 37 | 47 | 73 |
| Binary | 10111111 | 10010111 | 1101100 | 0 | 10101 | 101011 | 11001 | 11111 | 100111 | 111011 |
Color Harmonies of #BF976C
Complementary color
Monochromatic Colors of #BF976C
Black with #BF976C
Text Example
Text Example
White with #BF976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF976C; }
p { color: rgb(191,151,108); }
H1.HeaderClassName
{
color: #BF976C;
}
.AnyTagClassName
{
color: #BF976C;
}
</style>
background-color css
<style>
a { background-color: #BF976C; }
a { background-color: rgb(191,151,108); }
div.DivClassName
{
background-color: #BF976C;
}
.BgClassName
{
background-color: #BF976C;
}
</style>
border-color css
<style>
span { border-color: #BF976C; }
span { border-color: rgb(191,151,108); }
td.TdClassName
{
border-color: #BF976C;
}
.TagClassName
{
border-color: #BF976C;
}
</style>