Shades of Fallow #BF9C74
Tints of Fallow #BF9C74
RGB
CMYK
RGB Variations
Color information
#BF9C74 (or 0xBF9C74) is known color: Fallow. HEX triplet: BF, 9C and 74. RGB value is (191,156,116). Sum of RGB (Red+Green+Blue) = 191+156+116=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C74 is #40638B. Grayscale: #A2A2A2. Windows color (decimal): -4219788 or 7642303. OLE color: 7642303.
HSL color Cylindrical-coordinate representation of color #BF9C74: hue angle of 32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF9C74 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 116 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.25 |
| HSL | 32º | 0.37% | 0.6% | - |
| HSV(B) | 32º | 0.39% | 0.75% | - |
| XYZ | 36.53 | 36.11 | 21.57 | - |
| YUV | 161.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 116 | 0 | 0.18 | 0.39 | 0.25 | 32 | 0.37 | 0.6 |
| Hex | BF | 9C | 74 | 0 | 12 | 27 | 19 | 20 | 25 | 3C |
| Octal | 277 | 234 | 164 | 0 | 22 | 47 | 31 | 40 | 45 | 74 |
| Binary | 10111111 | 10011100 | 1110100 | 0 | 10010 | 100111 | 11001 | 100000 | 100101 | 111100 |
Color Harmonies of #BF9C74
Complementary color
Monochromatic Colors of #BF9C74
Black with #BF9C74
Text Example
Text Example
White with #BF9C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C74; }
p { color: rgb(191,156,116); }
H1.HeaderClassName
{
color: #BF9C74;
}
.AnyTagClassName
{
color: #BF9C74;
}
</style>
background-color css
<style>
a { background-color: #BF9C74; }
a { background-color: rgb(191,156,116); }
div.DivClassName
{
background-color: #BF9C74;
}
.BgClassName
{
background-color: #BF9C74;
}
</style>
border-color css
<style>
span { border-color: #BF9C74; }
span { border-color: rgb(191,156,116); }
td.TdClassName
{
border-color: #BF9C74;
}
.TagClassName
{
border-color: #BF9C74;
}
</style>