Shades of Fallow #BF8C6B
Tints of Fallow #BF8C6B
RGB
CMYK
RGB Variations
Color information
#BF8C6B (or 0xBF8C6B) is known color: Fallow. HEX triplet: BF, 8C and 6B. RGB value is (191,140,107). Sum of RGB (Red+Green+Blue) = 191+140+107=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C6B is #407394. Grayscale: #979797. Windows color (decimal): -4223893 or 7048383. OLE color: 7048383.
HSL color Cylindrical-coordinate representation of color #BF8C6B: hue angle of 23.57º 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 #BF8C6B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 107 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.25 |
| HSL | 23.57º | 0.4% | 0.58% | - |
| HSV(B) | 23.57º | 0.44% | 0.75% | - |
| XYZ | 33.52 | 30.89 | 18.11 | - |
| YUV | 151.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 107 | 0 | 0.27 | 0.44 | 0.25 | 23.57 | 0.4 | 0.58 |
| Hex | BF | 8C | 6B | 0 | 1B | 2C | 19 | 18 | 28 | 3A |
| Octal | 277 | 214 | 153 | 0 | 33 | 54 | 31 | 30 | 50 | 72 |
| Binary | 10111111 | 10001100 | 1101011 | 0 | 11011 | 101100 | 11001 | 11000 | 101000 | 111010 |
Color Harmonies of #BF8C6B
Complementary color
Monochromatic Colors of #BF8C6B
Black with #BF8C6B
Text Example
Text Example
White with #BF8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C6B; }
p { color: rgb(191,140,107); }
H1.HeaderClassName
{
color: #BF8C6B;
}
.AnyTagClassName
{
color: #BF8C6B;
}
</style>
background-color css
<style>
a { background-color: #BF8C6B; }
a { background-color: rgb(191,140,107); }
div.DivClassName
{
background-color: #BF8C6B;
}
.BgClassName
{
background-color: #BF8C6B;
}
</style>
border-color css
<style>
span { border-color: #BF8C6B; }
span { border-color: rgb(191,140,107); }
td.TdClassName
{
border-color: #BF8C6B;
}
.TagClassName
{
border-color: #BF8C6B;
}
</style>