Shades of Fallow #BC9465
Tints of Fallow #BC9465
RGB
CMYK
RGB Variations
Color information
#BC9465 (or 0xBC9465) is known color: Fallow. HEX triplet: BC, 94 and 65. RGB value is (188,148,101). Sum of RGB (Red+Green+Blue) = 188+148+101=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9465 is #436B9A. Grayscale: #9A9A9A. Windows color (decimal): -4418459 or 6657212. OLE color: 6657212.
HSL color Cylindrical-coordinate representation of color #BC9465: hue angle of 32.41º 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 #BC9465 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 101 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.26 |
| HSL | 32.41º | 0.39% | 0.57% | - |
| HSV(B) | 32.41º | 0.46% | 0.74% | - |
| XYZ | 33.68 | 32.81 | 16.87 | - |
| YUV | 154.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 101 | 0 | 0.21 | 0.46 | 0.26 | 32.41 | 0.39 | 0.57 |
| Hex | BC | 94 | 65 | 0 | 15 | 2E | 1A | 20 | 27 | 39 |
| Octal | 274 | 224 | 145 | 0 | 25 | 56 | 32 | 40 | 47 | 71 |
| Binary | 10111100 | 10010100 | 1100101 | 0 | 10101 | 101110 | 11010 | 100000 | 100111 | 111001 |
Color Harmonies of #BC9465
Complementary color
Monochromatic Colors of #BC9465
Black with #BC9465
Text Example
Text Example
White with #BC9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9465; }
p { color: rgb(188,148,101); }
H1.HeaderClassName
{
color: #BC9465;
}
.AnyTagClassName
{
color: #BC9465;
}
</style>
background-color css
<style>
a { background-color: #BC9465; }
a { background-color: rgb(188,148,101); }
div.DivClassName
{
background-color: #BC9465;
}
.BgClassName
{
background-color: #BC9465;
}
</style>
border-color css
<style>
span { border-color: #BC9465; }
span { border-color: rgb(188,148,101); }
td.TdClassName
{
border-color: #BC9465;
}
.TagClassName
{
border-color: #BC9465;
}
</style>