Shades of Fallow #BC8F65
Tints of Fallow #BC8F65
RGB
CMYK
RGB Variations
Color information
#BC8F65 (or 0xBC8F65) is known color: Fallow. HEX triplet: BC, 8F and 65. RGB value is (188,143,101). Sum of RGB (Red+Green+Blue) = 188+143+101=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F65 is #43709A. Grayscale: #979797. Windows color (decimal): -4419739 or 6655932. OLE color: 6655932.
HSL color Cylindrical-coordinate representation of color #BC8F65: hue angle of 28.97º 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 #BC8F65 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 101 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.26 |
| HSL | 28.97º | 0.39% | 0.57% | - |
| HSV(B) | 28.97º | 0.46% | 0.74% | - |
| XYZ | 32.91 | 31.28 | 16.61 | - |
| YUV | 151.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 101 | 0 | 0.24 | 0.46 | 0.26 | 28.97 | 0.39 | 0.57 |
| Hex | BC | 8F | 65 | 0 | 18 | 2E | 1A | 1D | 27 | 39 |
| Octal | 274 | 217 | 145 | 0 | 30 | 56 | 32 | 35 | 47 | 71 |
| Binary | 10111100 | 10001111 | 1100101 | 0 | 11000 | 101110 | 11010 | 11101 | 100111 | 111001 |
Color Harmonies of #BC8F65
Complementary color
Monochromatic Colors of #BC8F65
Black with #BC8F65
Text Example
Text Example
White with #BC8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F65; }
p { color: rgb(188,143,101); }
H1.HeaderClassName
{
color: #BC8F65;
}
.AnyTagClassName
{
color: #BC8F65;
}
</style>
background-color css
<style>
a { background-color: #BC8F65; }
a { background-color: rgb(188,143,101); }
div.DivClassName
{
background-color: #BC8F65;
}
.BgClassName
{
background-color: #BC8F65;
}
</style>
border-color css
<style>
span { border-color: #BC8F65; }
span { border-color: rgb(188,143,101); }
td.TdClassName
{
border-color: #BC8F65;
}
.TagClassName
{
border-color: #BC8F65;
}
</style>