Shades of Fallow #BC936A
Tints of Fallow #BC936A
RGB
CMYK
RGB Variations
Color information
#BC936A (or 0xBC936A) is known color: Fallow. HEX triplet: BC, 93 and 6A. RGB value is (188,147,106). Sum of RGB (Red+Green+Blue) = 188+147+106=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936A is #436C95. Grayscale: #9A9A9A. Windows color (decimal): -4418710 or 6984636. OLE color: 6984636.
HSL color Cylindrical-coordinate representation of color #BC936A: hue angle of 30º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC936A is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 106 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.26 |
| HSL | 30º | 0.38% | 0.58% | - |
| HSV(B) | 30º | 0.44% | 0.74% | - |
| XYZ | 33.77 | 32.6 | 18.15 | - |
| YUV | 154.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 106 | 0 | 0.22 | 0.44 | 0.26 | 30 | 0.38 | 0.58 |
| Hex | BC | 93 | 6A | 0 | 16 | 2C | 1A | 1E | 26 | 3A |
| Octal | 274 | 223 | 152 | 0 | 26 | 54 | 32 | 36 | 46 | 72 |
| Binary | 10111100 | 10010011 | 1101010 | 0 | 10110 | 101100 | 11010 | 11110 | 100110 | 111010 |
Color Harmonies of #BC936A
Complementary color
Monochromatic Colors of #BC936A
Black with #BC936A
Text Example
Text Example
White with #BC936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC936A; }
p { color: rgb(188,147,106); }
H1.HeaderClassName
{
color: #BC936A;
}
.AnyTagClassName
{
color: #BC936A;
}
</style>
background-color css
<style>
a { background-color: #BC936A; }
a { background-color: rgb(188,147,106); }
div.DivClassName
{
background-color: #BC936A;
}
.BgClassName
{
background-color: #BC936A;
}
</style>
border-color css
<style>
span { border-color: #BC936A; }
span { border-color: rgb(188,147,106); }
td.TdClassName
{
border-color: #BC936A;
}
.TagClassName
{
border-color: #BC936A;
}
</style>