Shades of Fallow #BC9866
Tints of Fallow #BC9866
RGB
CMYK
RGB Variations
Color information
#BC9866 (or 0xBC9866) is known color: Fallow. HEX triplet: BC, 98 and 66. RGB value is (188,152,102). Sum of RGB (Red+Green+Blue) = 188+152+102=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9866 is #436799. Grayscale: #9D9D9D. Windows color (decimal): -4417434 or 6723772. OLE color: 6723772.
HSL color Cylindrical-coordinate representation of color #BC9866: hue angle of 34.88º 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 #BC9866 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 102 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.26 |
| HSL | 34.88º | 0.39% | 0.57% | - |
| HSV(B) | 34.88º | 0.46% | 0.74% | - |
| XYZ | 34.37 | 34.11 | 17.34 | - |
| YUV | 157.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 102 | 0 | 0.19 | 0.46 | 0.26 | 34.88 | 0.39 | 0.57 |
| Hex | BC | 98 | 66 | 0 | 13 | 2E | 1A | 23 | 27 | 39 |
| Octal | 274 | 230 | 146 | 0 | 23 | 56 | 32 | 43 | 47 | 71 |
| Binary | 10111100 | 10011000 | 1100110 | 0 | 10011 | 101110 | 11010 | 100011 | 100111 | 111001 |
Color Harmonies of #BC9866
Complementary color
Monochromatic Colors of #BC9866
Black with #BC9866
Text Example
Text Example
White with #BC9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9866; }
p { color: rgb(188,152,102); }
H1.HeaderClassName
{
color: #BC9866;
}
.AnyTagClassName
{
color: #BC9866;
}
</style>
background-color css
<style>
a { background-color: #BC9866; }
a { background-color: rgb(188,152,102); }
div.DivClassName
{
background-color: #BC9866;
}
.BgClassName
{
background-color: #BC9866;
}
</style>
border-color css
<style>
span { border-color: #BC9866; }
span { border-color: rgb(188,152,102); }
td.TdClassName
{
border-color: #BC9866;
}
.TagClassName
{
border-color: #BC9866;
}
</style>