Shades of Fallow #BC9D6E
Tints of Fallow #BC9D6E
RGB
CMYK
RGB Variations
Color information
#BC9D6E (or 0xBC9D6E) is known color: Fallow. HEX triplet: BC, 9D and 6E. RGB value is (188,157,110). Sum of RGB (Red+Green+Blue) = 188+157+110=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6E is #436291. Grayscale: #A1A1A1. Windows color (decimal): -4416146 or 7249340. OLE color: 7249340.
HSL color Cylindrical-coordinate representation of color #BC9D6E: hue angle of 36.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC9D6E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 110 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.26 |
| HSL | 36.15º | 0.37% | 0.58% | - |
| HSV(B) | 36.15º | 0.41% | 0.74% | - |
| XYZ | 35.61 | 35.93 | 19.81 | - |
| YUV | 160.91 | 99.27 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 110 | 0 | 0.16 | 0.41 | 0.26 | 36.15 | 0.37 | 0.58 |
| Hex | BC | 9D | 6E | 0 | 10 | 29 | 1A | 24 | 25 | 3A |
| Octal | 274 | 235 | 156 | 0 | 20 | 51 | 32 | 44 | 45 | 72 |
| Binary | 10111100 | 10011101 | 1101110 | 0 | 10000 | 101001 | 11010 | 100100 | 100101 | 111010 |
Color Harmonies of #BC9D6E
Complementary color
Monochromatic Colors of #BC9D6E
Black with #BC9D6E
Text Example
Text Example
White with #BC9D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D6E; }
p { color: rgb(188,157,110); }
H1.HeaderClassName
{
color: #BC9D6E;
}
.AnyTagClassName
{
color: #BC9D6E;
}
</style>
background-color css
<style>
a { background-color: #BC9D6E; }
a { background-color: rgb(188,157,110); }
div.DivClassName
{
background-color: #BC9D6E;
}
.BgClassName
{
background-color: #BC9D6E;
}
</style>
border-color css
<style>
span { border-color: #BC9D6E; }
span { border-color: rgb(188,157,110); }
td.TdClassName
{
border-color: #BC9D6E;
}
.TagClassName
{
border-color: #BC9D6E;
}
</style>