Shades of Fallow #BC8C6A
Tints of Fallow #BC8C6A
RGB
CMYK
RGB Variations
Color information
#BC8C6A (or 0xBC8C6A) is known color: Fallow. HEX triplet: BC, 8C and 6A. RGB value is (188,140,106). Sum of RGB (Red+Green+Blue) = 188+140+106=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C6A is #437395. Grayscale: #969696. Windows color (decimal): -4420502 or 6982844. OLE color: 6982844.
HSL color Cylindrical-coordinate representation of color #BC8C6A: hue angle of 24.88º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8C6A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 106 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.26 |
| HSL | 24.88º | 0.38% | 0.58% | - |
| HSV(B) | 24.88º | 0.44% | 0.74% | - |
| XYZ | 32.72 | 30.49 | 17.8 | - |
| YUV | 150.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 106 | 0 | 0.26 | 0.44 | 0.26 | 24.88 | 0.38 | 0.58 |
| Hex | BC | 8C | 6A | 0 | 1A | 2C | 1A | 19 | 26 | 3A |
| Octal | 274 | 214 | 152 | 0 | 32 | 54 | 32 | 31 | 46 | 72 |
| Binary | 10111100 | 10001100 | 1101010 | 0 | 11010 | 101100 | 11010 | 11001 | 100110 | 111010 |
Color Harmonies of #BC8C6A
Complementary color
Monochromatic Colors of #BC8C6A
Black with #BC8C6A
Text Example
Text Example
White with #BC8C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C6A; }
p { color: rgb(188,140,106); }
H1.HeaderClassName
{
color: #BC8C6A;
}
.AnyTagClassName
{
color: #BC8C6A;
}
</style>
background-color css
<style>
a { background-color: #BC8C6A; }
a { background-color: rgb(188,140,106); }
div.DivClassName
{
background-color: #BC8C6A;
}
.BgClassName
{
background-color: #BC8C6A;
}
</style>
border-color css
<style>
span { border-color: #BC8C6A; }
span { border-color: rgb(188,140,106); }
td.TdClassName
{
border-color: #BC8C6A;
}
.TagClassName
{
border-color: #BC8C6A;
}
</style>