Shades of Fallow #BC9865
Tints of Fallow #BC9865
RGB
CMYK
RGB Variations
Color information
#BC9865 (or 0xBC9865) is known color: Fallow. HEX triplet: BC, 98 and 65. RGB value is (188,152,101). Sum of RGB (Red+Green+Blue) = 188+152+101=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9865 is #43679A. Grayscale: #9D9D9D. Windows color (decimal): -4417435 or 6658236. OLE color: 6658236.
HSL color Cylindrical-coordinate representation of color #BC9865: hue angle of 35.17º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9865 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 101 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.26 |
| HSL | 35.17º | 0.39% | 0.57% | - |
| HSV(B) | 35.17º | 0.46% | 0.74% | - |
| XYZ | 34.32 | 34.09 | 17.08 | - |
| YUV | 156.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 101 | 0 | 0.19 | 0.46 | 0.26 | 35.17 | 0.39 | 0.57 |
| Hex | BC | 98 | 65 | 0 | 13 | 2E | 1A | 23 | 27 | 39 |
| Octal | 274 | 230 | 145 | 0 | 23 | 56 | 32 | 43 | 47 | 71 |
| Binary | 10111100 | 10011000 | 1100101 | 0 | 10011 | 101110 | 11010 | 100011 | 100111 | 111001 |
Color Harmonies of #BC9865
Complementary color
Monochromatic Colors of #BC9865
Black with #BC9865
Text Example
Text Example
White with #BC9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9865; }
p { color: rgb(188,152,101); }
H1.HeaderClassName
{
color: #BC9865;
}
.AnyTagClassName
{
color: #BC9865;
}
</style>
background-color css
<style>
a { background-color: #BC9865; }
a { background-color: rgb(188,152,101); }
div.DivClassName
{
background-color: #BC9865;
}
.BgClassName
{
background-color: #BC9865;
}
</style>
border-color css
<style>
span { border-color: #BC9865; }
span { border-color: rgb(188,152,101); }
td.TdClassName
{
border-color: #BC9865;
}
.TagClassName
{
border-color: #BC9865;
}
</style>