Shades of Fallow #BFA372
Tints of Fallow #BFA372
RGB
CMYK
RGB Variations
Color information
#BFA372 (or 0xBFA372) is known color: Fallow. HEX triplet: BF, A3 and 72. RGB value is (191,163,114). Sum of RGB (Red+Green+Blue) = 191+163+114=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA372 is #405C8D. Grayscale: #A6A6A6. Windows color (decimal): -4217998 or 7513023. OLE color: 7513023.
HSL color Cylindrical-coordinate representation of color #BFA372: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFA372 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 114 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.25 |
| HSL | 38.18º | 0.38% | 0.6% | - |
| HSV(B) | 38.18º | 0.4% | 0.75% | - |
| XYZ | 37.62 | 38.49 | 21.37 | - |
| YUV | 165.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 114 | 0 | 0.15 | 0.40 | 0.25 | 38.18 | 0.38 | 0.6 |
| Hex | BF | A3 | 72 | 0 | F | 28 | 19 | 26 | 26 | 3C |
| Octal | 277 | 243 | 162 | 0 | 17 | 50 | 31 | 46 | 46 | 74 |
| Binary | 10111111 | 10100011 | 1110010 | 0 | 1111 | 101000 | 11001 | 100110 | 100110 | 111100 |
Color Harmonies of #BFA372
Complementary color
Monochromatic Colors of #BFA372
Black with #BFA372
Text Example
Text Example
White with #BFA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA372; }
p { color: rgb(191,163,114); }
H1.HeaderClassName
{
color: #BFA372;
}
.AnyTagClassName
{
color: #BFA372;
}
</style>
background-color css
<style>
a { background-color: #BFA372; }
a { background-color: rgb(191,163,114); }
div.DivClassName
{
background-color: #BFA372;
}
.BgClassName
{
background-color: #BFA372;
}
</style>
border-color css
<style>
span { border-color: #BFA372; }
span { border-color: rgb(191,163,114); }
td.TdClassName
{
border-color: #BFA372;
}
.TagClassName
{
border-color: #BFA372;
}
</style>