Shades of Fallow #BC9972
Tints of Fallow #BC9972
RGB
CMYK
RGB Variations
Color information
#BC9972 (or 0xBC9972) is known color: Fallow. HEX triplet: BC, 99 and 72. RGB value is (188,153,114). Sum of RGB (Red+Green+Blue) = 188+153+114=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9972 is #43668D. Grayscale: #9F9F9F. Windows color (decimal): -4417166 or 7510460. OLE color: 7510460.
HSL color Cylindrical-coordinate representation of color #BC9972: hue angle of 31.62º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9972 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 114 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.26 |
| HSL | 31.62º | 0.36% | 0.59% | - |
| HSV(B) | 31.62º | 0.39% | 0.74% | - |
| XYZ | 35.17 | 34.69 | 20.76 | - |
| YUV | 159.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 114 | 0 | 0.19 | 0.39 | 0.26 | 31.62 | 0.36 | 0.59 |
| Hex | BC | 99 | 72 | 0 | 13 | 27 | 1A | 20 | 24 | 3B |
| Octal | 274 | 231 | 162 | 0 | 23 | 47 | 32 | 40 | 44 | 73 |
| Binary | 10111100 | 10011001 | 1110010 | 0 | 10011 | 100111 | 11010 | 100000 | 100100 | 111011 |
Color Harmonies of #BC9972
Complementary color
Monochromatic Colors of #BC9972
Black with #BC9972
Text Example
Text Example
White with #BC9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9972; }
p { color: rgb(188,153,114); }
H1.HeaderClassName
{
color: #BC9972;
}
.AnyTagClassName
{
color: #BC9972;
}
</style>
background-color css
<style>
a { background-color: #BC9972; }
a { background-color: rgb(188,153,114); }
div.DivClassName
{
background-color: #BC9972;
}
.BgClassName
{
background-color: #BC9972;
}
</style>
border-color css
<style>
span { border-color: #BC9972; }
span { border-color: rgb(188,153,114); }
td.TdClassName
{
border-color: #BC9972;
}
.TagClassName
{
border-color: #BC9972;
}
</style>