Shades of Fallow #BC9E64
Tints of Fallow #BC9E64
RGB
CMYK
RGB Variations
Color information
#BC9E64 (or 0xBC9E64) is known color: Fallow. HEX triplet: BC, 9E and 64. RGB value is (188,158,100). Sum of RGB (Red+Green+Blue) = 188+158+100=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E64 is #43619B. Grayscale: #A0A0A0. Windows color (decimal): -4415900 or 6594236. OLE color: 6594236.
HSL color Cylindrical-coordinate representation of color #BC9E64: hue angle of 39.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC9E64 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 100 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.26 |
| HSL | 39.55º | 0.4% | 0.56% | - |
| HSV(B) | 39.55º | 0.47% | 0.74% | - |
| XYZ | 35.27 | 36.07 | 17.16 | - |
| YUV | 160.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 100 | 0 | 0.16 | 0.47 | 0.26 | 39.55 | 0.4 | 0.56 |
| Hex | BC | 9E | 64 | 0 | 10 | 2F | 1A | 28 | 28 | 38 |
| Octal | 274 | 236 | 144 | 0 | 20 | 57 | 32 | 50 | 50 | 70 |
| Binary | 10111100 | 10011110 | 1100100 | 0 | 10000 | 101111 | 11010 | 101000 | 101000 | 111000 |
Color Harmonies of #BC9E64
Complementary color
Monochromatic Colors of #BC9E64
Black with #BC9E64
Text Example
Text Example
White with #BC9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E64; }
p { color: rgb(188,158,100); }
H1.HeaderClassName
{
color: #BC9E64;
}
.AnyTagClassName
{
color: #BC9E64;
}
</style>
background-color css
<style>
a { background-color: #BC9E64; }
a { background-color: rgb(188,158,100); }
div.DivClassName
{
background-color: #BC9E64;
}
.BgClassName
{
background-color: #BC9E64;
}
</style>
border-color css
<style>
span { border-color: #BC9E64; }
span { border-color: rgb(188,158,100); }
td.TdClassName
{
border-color: #BC9E64;
}
.TagClassName
{
border-color: #BC9E64;
}
</style>