Shades of Fallow #BF916C
Tints of Fallow #BF916C
RGB
CMYK
RGB Variations
Color information
#BF916C (or 0xBF916C) is known color: Fallow. HEX triplet: BF, 91 and 6C. RGB value is (191,145,108). Sum of RGB (Red+Green+Blue) = 191+145+108=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF916C is #406E93. Grayscale: #9A9A9A. Windows color (decimal): -4222612 or 7115199. OLE color: 7115199.
HSL color Cylindrical-coordinate representation of color #BF916C: hue angle of 26.75º 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 #BF916C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 108 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.25 |
| HSL | 26.75º | 0.39% | 0.59% | - |
| HSV(B) | 26.75º | 0.43% | 0.75% | - |
| XYZ | 34.32 | 32.41 | 18.63 | - |
| YUV | 154.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 108 | 0 | 0.24 | 0.43 | 0.25 | 26.75 | 0.39 | 0.59 |
| Hex | BF | 91 | 6C | 0 | 18 | 2B | 19 | 1B | 27 | 3B |
| Octal | 277 | 221 | 154 | 0 | 30 | 53 | 31 | 33 | 47 | 73 |
| Binary | 10111111 | 10010001 | 1101100 | 0 | 11000 | 101011 | 11001 | 11011 | 100111 | 111011 |
Color Harmonies of #BF916C
Complementary color
Monochromatic Colors of #BF916C
Black with #BF916C
Text Example
Text Example
White with #BF916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF916C; }
p { color: rgb(191,145,108); }
H1.HeaderClassName
{
color: #BF916C;
}
.AnyTagClassName
{
color: #BF916C;
}
</style>
background-color css
<style>
a { background-color: #BF916C; }
a { background-color: rgb(191,145,108); }
div.DivClassName
{
background-color: #BF916C;
}
.BgClassName
{
background-color: #BF916C;
}
</style>
border-color css
<style>
span { border-color: #BF916C; }
span { border-color: rgb(191,145,108); }
td.TdClassName
{
border-color: #BF916C;
}
.TagClassName
{
border-color: #BF916C;
}
</style>