Shades of Fallow #BC8C66
Tints of Fallow #BC8C66
RGB
CMYK
RGB Variations
Color information
#BC8C66 (or 0xBC8C66) is known color: Fallow. HEX triplet: BC, 8C and 66. RGB value is (188,140,102). Sum of RGB (Red+Green+Blue) = 188+140+102=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C66 is #437399. Grayscale: #969696. Windows color (decimal): -4420506 or 6720700. OLE color: 6720700.
HSL color Cylindrical-coordinate representation of color #BC8C66: hue angle of 26.51º 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 #BC8C66 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 102 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.26 |
| HSL | 26.51º | 0.39% | 0.57% | - |
| HSV(B) | 26.51º | 0.46% | 0.74% | - |
| XYZ | 32.52 | 30.41 | 16.73 | - |
| YUV | 150.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 102 | 0 | 0.26 | 0.46 | 0.26 | 26.51 | 0.39 | 0.57 |
| Hex | BC | 8C | 66 | 0 | 1A | 2E | 1A | 1B | 27 | 39 |
| Octal | 274 | 214 | 146 | 0 | 32 | 56 | 32 | 33 | 47 | 71 |
| Binary | 10111100 | 10001100 | 1100110 | 0 | 11010 | 101110 | 11010 | 11011 | 100111 | 111001 |
Color Harmonies of #BC8C66
Complementary color
Monochromatic Colors of #BC8C66
Black with #BC8C66
Text Example
Text Example
White with #BC8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C66; }
p { color: rgb(188,140,102); }
H1.HeaderClassName
{
color: #BC8C66;
}
.AnyTagClassName
{
color: #BC8C66;
}
</style>
background-color css
<style>
a { background-color: #BC8C66; }
a { background-color: rgb(188,140,102); }
div.DivClassName
{
background-color: #BC8C66;
}
.BgClassName
{
background-color: #BC8C66;
}
</style>
border-color css
<style>
span { border-color: #BC8C66; }
span { border-color: rgb(188,140,102); }
td.TdClassName
{
border-color: #BC8C66;
}
.TagClassName
{
border-color: #BC8C66;
}
</style>