Shades of Fallow #BC936F
Tints of Fallow #BC936F
RGB
CMYK
RGB Variations
Color information
#BC936F (or 0xBC936F) is known color: Fallow. HEX triplet: BC, 93 and 6F. RGB value is (188,147,111). Sum of RGB (Red+Green+Blue) = 188+147+111=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936F is #436C90. Grayscale: #9B9B9B. Windows color (decimal): -4418705 or 7312316. OLE color: 7312316.
HSL color Cylindrical-coordinate representation of color #BC936F: hue angle of 28.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC936F is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 111 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.26 |
| HSL | 28.05º | 0.36% | 0.59% | - |
| HSV(B) | 28.05º | 0.41% | 0.74% | - |
| XYZ | 34.04 | 32.71 | 19.56 | - |
| YUV | 155.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 111 | 0 | 0.22 | 0.41 | 0.26 | 28.05 | 0.36 | 0.59 |
| Hex | BC | 93 | 6F | 0 | 16 | 29 | 1A | 1C | 24 | 3B |
| Octal | 274 | 223 | 157 | 0 | 26 | 51 | 32 | 34 | 44 | 73 |
| Binary | 10111100 | 10010011 | 1101111 | 0 | 10110 | 101001 | 11010 | 11100 | 100100 | 111011 |
Color Harmonies of #BC936F
Complementary color
Monochromatic Colors of #BC936F
Black with #BC936F
Text Example
Text Example
White with #BC936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC936F; }
p { color: rgb(188,147,111); }
H1.HeaderClassName
{
color: #BC936F;
}
.AnyTagClassName
{
color: #BC936F;
}
</style>
background-color css
<style>
a { background-color: #BC936F; }
a { background-color: rgb(188,147,111); }
div.DivClassName
{
background-color: #BC936F;
}
.BgClassName
{
background-color: #BC936F;
}
</style>
border-color css
<style>
span { border-color: #BC936F; }
span { border-color: rgb(188,147,111); }
td.TdClassName
{
border-color: #BC936F;
}
.TagClassName
{
border-color: #BC936F;
}
</style>