Shades of Fallow #BC9370
Tints of Fallow #BC9370
RGB
CMYK
RGB Variations
Color information
#BC9370 (or 0xBC9370) is known color: Fallow. HEX triplet: BC, 93 and 70. RGB value is (188,147,112). Sum of RGB (Red+Green+Blue) = 188+147+112=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9370 is #436C8F. Grayscale: #9B9B9B. Windows color (decimal): -4418704 or 7377852. OLE color: 7377852.
HSL color Cylindrical-coordinate representation of color #BC9370: hue angle of 27.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC9370 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 112 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.26 |
| HSL | 27.63º | 0.36% | 0.59% | - |
| HSV(B) | 27.63º | 0.4% | 0.74% | - |
| XYZ | 34.1 | 32.73 | 19.85 | - |
| YUV | 155.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 112 | 0 | 0.22 | 0.40 | 0.26 | 27.63 | 0.36 | 0.59 |
| Hex | BC | 93 | 70 | 0 | 16 | 28 | 1A | 1C | 24 | 3B |
| Octal | 274 | 223 | 160 | 0 | 26 | 50 | 32 | 34 | 44 | 73 |
| Binary | 10111100 | 10010011 | 1110000 | 0 | 10110 | 101000 | 11010 | 11100 | 100100 | 111011 |
Color Harmonies of #BC9370
Complementary color
Monochromatic Colors of #BC9370
Black with #BC9370
Text Example
Text Example
White with #BC9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9370; }
p { color: rgb(188,147,112); }
H1.HeaderClassName
{
color: #BC9370;
}
.AnyTagClassName
{
color: #BC9370;
}
</style>
background-color css
<style>
a { background-color: #BC9370; }
a { background-color: rgb(188,147,112); }
div.DivClassName
{
background-color: #BC9370;
}
.BgClassName
{
background-color: #BC9370;
}
</style>
border-color css
<style>
span { border-color: #BC9370; }
span { border-color: rgb(188,147,112); }
td.TdClassName
{
border-color: #BC9370;
}
.TagClassName
{
border-color: #BC9370;
}
</style>