Shades of Fallow #BFA26D
Tints of Fallow #BFA26D
RGB
CMYK
RGB Variations
Color information
#BFA26D (or 0xBFA26D) is known color: Fallow. HEX triplet: BF, A2 and 6D. RGB value is (191,162,109). Sum of RGB (Red+Green+Blue) = 191+162+109=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA26D is #405D92. Grayscale: #A4A4A4. Windows color (decimal): -4218259 or 7185087. OLE color: 7185087.
HSL color Cylindrical-coordinate representation of color #BFA26D: hue angle of 38.78º 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 #BFA26D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 109 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.25 |
| HSL | 38.78º | 0.39% | 0.59% | - |
| HSV(B) | 38.78º | 0.43% | 0.75% | - |
| XYZ | 37.17 | 38.02 | 19.85 | - |
| YUV | 164.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 109 | 0 | 0.15 | 0.43 | 0.25 | 38.78 | 0.39 | 0.59 |
| Hex | BF | A2 | 6D | 0 | F | 2B | 19 | 27 | 27 | 3B |
| Octal | 277 | 242 | 155 | 0 | 17 | 53 | 31 | 47 | 47 | 73 |
| Binary | 10111111 | 10100010 | 1101101 | 0 | 1111 | 101011 | 11001 | 100111 | 100111 | 111011 |
Color Harmonies of #BFA26D
Complementary color
Monochromatic Colors of #BFA26D
Black with #BFA26D
Text Example
Text Example
White with #BFA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA26D; }
p { color: rgb(191,162,109); }
H1.HeaderClassName
{
color: #BFA26D;
}
.AnyTagClassName
{
color: #BFA26D;
}
</style>
background-color css
<style>
a { background-color: #BFA26D; }
a { background-color: rgb(191,162,109); }
div.DivClassName
{
background-color: #BFA26D;
}
.BgClassName
{
background-color: #BFA26D;
}
</style>
border-color css
<style>
span { border-color: #BFA26D; }
span { border-color: rgb(191,162,109); }
td.TdClassName
{
border-color: #BFA26D;
}
.TagClassName
{
border-color: #BFA26D;
}
</style>