Shades of Fallow #BC9870
Tints of Fallow #BC9870
RGB
CMYK
RGB Variations
Color information
#BC9870 (or 0xBC9870) is known color: Fallow. HEX triplet: BC, 98 and 70. RGB value is (188,152,112). Sum of RGB (Red+Green+Blue) = 188+152+112=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9870 is #43678F. Grayscale: #9E9E9E. Windows color (decimal): -4417424 or 7379132. OLE color: 7379132.
HSL color Cylindrical-coordinate representation of color #BC9870: hue angle of 31.58º 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 #BC9870 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 112 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.26 |
| HSL | 31.58º | 0.36% | 0.59% | - |
| HSV(B) | 31.58º | 0.4% | 0.74% | - |
| XYZ | 34.89 | 34.32 | 20.11 | - |
| YUV | 158.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 112 | 0 | 0.19 | 0.40 | 0.26 | 31.58 | 0.36 | 0.59 |
| Hex | BC | 98 | 70 | 0 | 13 | 28 | 1A | 20 | 24 | 3B |
| Octal | 274 | 230 | 160 | 0 | 23 | 50 | 32 | 40 | 44 | 73 |
| Binary | 10111100 | 10011000 | 1110000 | 0 | 10011 | 101000 | 11010 | 100000 | 100100 | 111011 |
Color Harmonies of #BC9870
Complementary color
Monochromatic Colors of #BC9870
Black with #BC9870
Text Example
Text Example
White with #BC9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9870; }
p { color: rgb(188,152,112); }
H1.HeaderClassName
{
color: #BC9870;
}
.AnyTagClassName
{
color: #BC9870;
}
</style>
background-color css
<style>
a { background-color: #BC9870; }
a { background-color: rgb(188,152,112); }
div.DivClassName
{
background-color: #BC9870;
}
.BgClassName
{
background-color: #BC9870;
}
</style>
border-color css
<style>
span { border-color: #BC9870; }
span { border-color: rgb(188,152,112); }
td.TdClassName
{
border-color: #BC9870;
}
.TagClassName
{
border-color: #BC9870;
}
</style>