Shades of Fallow #BF936C
Tints of Fallow #BF936C
RGB
CMYK
RGB Variations
Color information
#BF936C (or 0xBF936C) is known color: Fallow. HEX triplet: BF, 93 and 6C. RGB value is (191,147,108). Sum of RGB (Red+Green+Blue) = 191+147+108=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF936C is #406C93. Grayscale: #9B9B9B. Windows color (decimal): -4222100 or 7115711. OLE color: 7115711.
HSL color Cylindrical-coordinate representation of color #BF936C: hue angle of 28.19º 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 #BF936C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 108 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.25 |
| HSL | 28.19º | 0.39% | 0.59% | - |
| HSV(B) | 28.19º | 0.43% | 0.75% | - |
| XYZ | 34.63 | 33.03 | 18.74 | - |
| YUV | 155.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 108 | 0 | 0.23 | 0.43 | 0.25 | 28.19 | 0.39 | 0.59 |
| Hex | BF | 93 | 6C | 0 | 17 | 2B | 19 | 1C | 27 | 3B |
| Octal | 277 | 223 | 154 | 0 | 27 | 53 | 31 | 34 | 47 | 73 |
| Binary | 10111111 | 10010011 | 1101100 | 0 | 10111 | 101011 | 11001 | 11100 | 100111 | 111011 |
Color Harmonies of #BF936C
Complementary color
Monochromatic Colors of #BF936C
Black with #BF936C
Text Example
Text Example
White with #BF936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF936C; }
p { color: rgb(191,147,108); }
H1.HeaderClassName
{
color: #BF936C;
}
.AnyTagClassName
{
color: #BF936C;
}
</style>
background-color css
<style>
a { background-color: #BF936C; }
a { background-color: rgb(191,147,108); }
div.DivClassName
{
background-color: #BF936C;
}
.BgClassName
{
background-color: #BF936C;
}
</style>
border-color css
<style>
span { border-color: #BF936C; }
span { border-color: rgb(191,147,108); }
td.TdClassName
{
border-color: #BF936C;
}
.TagClassName
{
border-color: #BF936C;
}
</style>