Shades of Fallow #BF9C6B
Tints of Fallow #BF9C6B
RGB
CMYK
RGB Variations
Color information
#BF9C6B (or 0xBF9C6B) is known color: Fallow. HEX triplet: BF, 9C and 6B. RGB value is (191,156,107). Sum of RGB (Red+Green+Blue) = 191+156+107=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C6B is #406394. Grayscale: #A1A1A1. Windows color (decimal): -4219797 or 7052479. OLE color: 7052479.
HSL color Cylindrical-coordinate representation of color #BF9C6B: hue angle of 35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF9C6B is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 107 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.25 |
| HSL | 35º | 0.4% | 0.58% | - |
| HSV(B) | 35º | 0.44% | 0.75% | - |
| XYZ | 36.03 | 35.91 | 18.94 | - |
| YUV | 160.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 107 | 0 | 0.18 | 0.44 | 0.25 | 35 | 0.4 | 0.58 |
| Hex | BF | 9C | 6B | 0 | 12 | 2C | 19 | 23 | 28 | 3A |
| Octal | 277 | 234 | 153 | 0 | 22 | 54 | 31 | 43 | 50 | 72 |
| Binary | 10111111 | 10011100 | 1101011 | 0 | 10010 | 101100 | 11001 | 100011 | 101000 | 111010 |
Color Harmonies of #BF9C6B
Complementary color
Monochromatic Colors of #BF9C6B
Black with #BF9C6B
Text Example
Text Example
White with #BF9C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C6B; }
p { color: rgb(191,156,107); }
H1.HeaderClassName
{
color: #BF9C6B;
}
.AnyTagClassName
{
color: #BF9C6B;
}
</style>
background-color css
<style>
a { background-color: #BF9C6B; }
a { background-color: rgb(191,156,107); }
div.DivClassName
{
background-color: #BF9C6B;
}
.BgClassName
{
background-color: #BF9C6B;
}
</style>
border-color css
<style>
span { border-color: #BF9C6B; }
span { border-color: rgb(191,156,107); }
td.TdClassName
{
border-color: #BF9C6B;
}
.TagClassName
{
border-color: #BF9C6B;
}
</style>