Shades of Fallow #BC9D6D
Tints of Fallow #BC9D6D
RGB
CMYK
RGB Variations
Color information
#BC9D6D (or 0xBC9D6D) is known color: Fallow. HEX triplet: BC, 9D and 6D. RGB value is (188,157,109). Sum of RGB (Red+Green+Blue) = 188+157+109=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6D is #436292. Grayscale: #A1A1A1. Windows color (decimal): -4416147 or 7183804. OLE color: 7183804.
HSL color Cylindrical-coordinate representation of color #BC9D6D: hue angle of 36.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC9D6D is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 109 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.26 |
| HSL | 36.46º | 0.37% | 0.58% | - |
| HSV(B) | 36.46º | 0.42% | 0.74% | - |
| XYZ | 35.56 | 35.91 | 19.53 | - |
| YUV | 160.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 109 | 0 | 0.16 | 0.42 | 0.26 | 36.46 | 0.37 | 0.58 |
| Hex | BC | 9D | 6D | 0 | 10 | 2A | 1A | 24 | 25 | 3A |
| Octal | 274 | 235 | 155 | 0 | 20 | 52 | 32 | 44 | 45 | 72 |
| Binary | 10111100 | 10011101 | 1101101 | 0 | 10000 | 101010 | 11010 | 100100 | 100101 | 111010 |
Color Harmonies of #BC9D6D
Complementary color
Monochromatic Colors of #BC9D6D
Black with #BC9D6D
Text Example
Text Example
White with #BC9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D6D; }
p { color: rgb(188,157,109); }
H1.HeaderClassName
{
color: #BC9D6D;
}
.AnyTagClassName
{
color: #BC9D6D;
}
</style>
background-color css
<style>
a { background-color: #BC9D6D; }
a { background-color: rgb(188,157,109); }
div.DivClassName
{
background-color: #BC9D6D;
}
.BgClassName
{
background-color: #BC9D6D;
}
</style>
border-color css
<style>
span { border-color: #BC9D6D; }
span { border-color: rgb(188,157,109); }
td.TdClassName
{
border-color: #BC9D6D;
}
.TagClassName
{
border-color: #BC9D6D;
}
</style>