Shades of Fallow #BC936D
Tints of Fallow #BC936D
RGB
CMYK
RGB Variations
Color information
#BC936D (or 0xBC936D) is known color: Fallow. HEX triplet: BC, 93 and 6D. RGB value is (188,147,109). Sum of RGB (Red+Green+Blue) = 188+147+109=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936D is #436C92. Grayscale: #9B9B9B. Windows color (decimal): -4418707 or 7181244. OLE color: 7181244.
HSL color Cylindrical-coordinate representation of color #BC936D: hue angle of 28.86º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC936D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 109 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.26 |
| HSL | 28.86º | 0.37% | 0.58% | - |
| HSV(B) | 28.86º | 0.42% | 0.74% | - |
| XYZ | 33.93 | 32.66 | 18.98 | - |
| YUV | 154.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 109 | 0 | 0.22 | 0.42 | 0.26 | 28.86 | 0.37 | 0.58 |
| Hex | BC | 93 | 6D | 0 | 16 | 2A | 1A | 1D | 25 | 3A |
| Octal | 274 | 223 | 155 | 0 | 26 | 52 | 32 | 35 | 45 | 72 |
| Binary | 10111100 | 10010011 | 1101101 | 0 | 10110 | 101010 | 11010 | 11101 | 100101 | 111010 |
Color Harmonies of #BC936D
Complementary color
Monochromatic Colors of #BC936D
Black with #BC936D
Text Example
Text Example
White with #BC936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC936D; }
p { color: rgb(188,147,109); }
H1.HeaderClassName
{
color: #BC936D;
}
.AnyTagClassName
{
color: #BC936D;
}
</style>
background-color css
<style>
a { background-color: #BC936D; }
a { background-color: rgb(188,147,109); }
div.DivClassName
{
background-color: #BC936D;
}
.BgClassName
{
background-color: #BC936D;
}
</style>
border-color css
<style>
span { border-color: #BC936D; }
span { border-color: rgb(188,147,109); }
td.TdClassName
{
border-color: #BC936D;
}
.TagClassName
{
border-color: #BC936D;
}
</style>