Shades of Fallow #BFA375
Tints of Fallow #BFA375
RGB
CMYK
RGB Variations
Color information
#BFA375 (or 0xBFA375) is known color: Fallow. HEX triplet: BF, A3 and 75. RGB value is (191,163,117). Sum of RGB (Red+Green+Blue) = 191+163+117=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA375 is #405C8A. Grayscale: #A6A6A6. Windows color (decimal): -4217995 or 7709631. OLE color: 7709631.
HSL color Cylindrical-coordinate representation of color #BFA375: hue angle of 37.3º 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 #BFA375 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 117 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.25 |
| HSL | 37.3º | 0.37% | 0.6% | - |
| HSV(B) | 37.3º | 0.39% | 0.75% | - |
| XYZ | 37.79 | 38.56 | 22.28 | - |
| YUV | 166.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 117 | 0 | 0.15 | 0.39 | 0.25 | 37.3 | 0.37 | 0.6 |
| Hex | BF | A3 | 75 | 0 | F | 27 | 19 | 25 | 25 | 3C |
| Octal | 277 | 243 | 165 | 0 | 17 | 47 | 31 | 45 | 45 | 74 |
| Binary | 10111111 | 10100011 | 1110101 | 0 | 1111 | 100111 | 11001 | 100101 | 100101 | 111100 |
Color Harmonies of #BFA375
Complementary color
Monochromatic Colors of #BFA375
Black with #BFA375
Text Example
Text Example
White with #BFA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA375; }
p { color: rgb(191,163,117); }
H1.HeaderClassName
{
color: #BFA375;
}
.AnyTagClassName
{
color: #BFA375;
}
</style>
background-color css
<style>
a { background-color: #BFA375; }
a { background-color: rgb(191,163,117); }
div.DivClassName
{
background-color: #BFA375;
}
.BgClassName
{
background-color: #BFA375;
}
</style>
border-color css
<style>
span { border-color: #BFA375; }
span { border-color: rgb(191,163,117); }
td.TdClassName
{
border-color: #BFA375;
}
.TagClassName
{
border-color: #BFA375;
}
</style>