Shades of Fallow #BF9B74
Tints of Fallow #BF9B74
RGB
CMYK
RGB Variations
Color information
#BF9B74 (or 0xBF9B74) is known color: Fallow. HEX triplet: BF, 9B and 74. RGB value is (191,155,116). Sum of RGB (Red+Green+Blue) = 191+155+116=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B74 is #40648B. Grayscale: #A1A1A1. Windows color (decimal): -4220044 or 7642047. OLE color: 7642047.
HSL color Cylindrical-coordinate representation of color #BF9B74: hue angle of 31.2º 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 #BF9B74 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 116 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.25 |
| HSL | 31.2º | 0.37% | 0.6% | - |
| HSV(B) | 31.2º | 0.39% | 0.75% | - |
| XYZ | 36.36 | 35.78 | 21.51 | - |
| YUV | 161.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 116 | 0 | 0.19 | 0.39 | 0.25 | 31.2 | 0.37 | 0.6 |
| Hex | BF | 9B | 74 | 0 | 13 | 27 | 19 | 1F | 25 | 3C |
| Octal | 277 | 233 | 164 | 0 | 23 | 47 | 31 | 37 | 45 | 74 |
| Binary | 10111111 | 10011011 | 1110100 | 0 | 10011 | 100111 | 11001 | 11111 | 100101 | 111100 |
Color Harmonies of #BF9B74
Complementary color
Monochromatic Colors of #BF9B74
Black with #BF9B74
Text Example
Text Example
White with #BF9B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9B74; }
p { color: rgb(191,155,116); }
H1.HeaderClassName
{
color: #BF9B74;
}
.AnyTagClassName
{
color: #BF9B74;
}
</style>
background-color css
<style>
a { background-color: #BF9B74; }
a { background-color: rgb(191,155,116); }
div.DivClassName
{
background-color: #BF9B74;
}
.BgClassName
{
background-color: #BF9B74;
}
</style>
border-color css
<style>
span { border-color: #BF9B74; }
span { border-color: rgb(191,155,116); }
td.TdClassName
{
border-color: #BF9B74;
}
.TagClassName
{
border-color: #BF9B74;
}
</style>