Shades of Fallow #BC8D65
Tints of Fallow #BC8D65
RGB
CMYK
RGB Variations
Color information
#BC8D65 (or 0xBC8D65) is known color: Fallow. HEX triplet: BC, 8D and 65. RGB value is (188,141,101). Sum of RGB (Red+Green+Blue) = 188+141+101=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D65 is #43729A. Grayscale: #969696. Windows color (decimal): -4420251 or 6655420. OLE color: 6655420.
HSL color Cylindrical-coordinate representation of color #BC8D65: hue angle of 27.59º 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 #BC8D65 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 101 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.26 |
| HSL | 27.59º | 0.39% | 0.57% | - |
| HSV(B) | 27.59º | 0.46% | 0.74% | - |
| XYZ | 32.61 | 30.68 | 16.52 | - |
| YUV | 150.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 101 | 0 | 0.25 | 0.46 | 0.26 | 27.59 | 0.39 | 0.57 |
| Hex | BC | 8D | 65 | 0 | 19 | 2E | 1A | 1C | 27 | 39 |
| Octal | 274 | 215 | 145 | 0 | 31 | 56 | 32 | 34 | 47 | 71 |
| Binary | 10111100 | 10001101 | 1100101 | 0 | 11001 | 101110 | 11010 | 11100 | 100111 | 111001 |
Color Harmonies of #BC8D65
Complementary color
Monochromatic Colors of #BC8D65
Black with #BC8D65
Text Example
Text Example
White with #BC8D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D65; }
p { color: rgb(188,141,101); }
H1.HeaderClassName
{
color: #BC8D65;
}
.AnyTagClassName
{
color: #BC8D65;
}
</style>
background-color css
<style>
a { background-color: #BC8D65; }
a { background-color: rgb(188,141,101); }
div.DivClassName
{
background-color: #BC8D65;
}
.BgClassName
{
background-color: #BC8D65;
}
</style>
border-color css
<style>
span { border-color: #BC8D65; }
span { border-color: rgb(188,141,101); }
td.TdClassName
{
border-color: #BC8D65;
}
.TagClassName
{
border-color: #BC8D65;
}
</style>