Shades of Fallow #BC9270
Tints of Fallow #BC9270
RGB
CMYK
RGB Variations
Color information
#BC9270 (or 0xBC9270) is known color: Fallow. HEX triplet: BC, 92 and 70. RGB value is (188,146,112). Sum of RGB (Red+Green+Blue) = 188+146+112=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9270 is #436D8F. Grayscale: #9A9A9A. Windows color (decimal): -4418960 or 7377596. OLE color: 7377596.
HSL color Cylindrical-coordinate representation of color #BC9270: hue angle of 26.84º 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 #BC9270 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 112 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.26 |
| HSL | 26.84º | 0.36% | 0.59% | - |
| HSV(B) | 26.84º | 0.4% | 0.74% | - |
| XYZ | 33.94 | 32.42 | 19.8 | - |
| YUV | 154.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 112 | 0 | 0.22 | 0.40 | 0.26 | 26.84 | 0.36 | 0.59 |
| Hex | BC | 92 | 70 | 0 | 16 | 28 | 1A | 1B | 24 | 3B |
| Octal | 274 | 222 | 160 | 0 | 26 | 50 | 32 | 33 | 44 | 73 |
| Binary | 10111100 | 10010010 | 1110000 | 0 | 10110 | 101000 | 11010 | 11011 | 100100 | 111011 |
Color Harmonies of #BC9270
Complementary color
Monochromatic Colors of #BC9270
Black with #BC9270
Text Example
Text Example
White with #BC9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9270; }
p { color: rgb(188,146,112); }
H1.HeaderClassName
{
color: #BC9270;
}
.AnyTagClassName
{
color: #BC9270;
}
</style>
background-color css
<style>
a { background-color: #BC9270; }
a { background-color: rgb(188,146,112); }
div.DivClassName
{
background-color: #BC9270;
}
.BgClassName
{
background-color: #BC9270;
}
</style>
border-color css
<style>
span { border-color: #BC9270; }
span { border-color: rgb(188,146,112); }
td.TdClassName
{
border-color: #BC9270;
}
.TagClassName
{
border-color: #BC9270;
}
</style>