Shades of Fallow #BC966C
Tints of Fallow #BC966C
RGB
CMYK
RGB Variations
Color information
#BC966C (or 0xBC966C) is known color: Fallow. HEX triplet: BC, 96 and 6C. RGB value is (188,150,108). Sum of RGB (Red+Green+Blue) = 188+150+108=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966C is #436993. Grayscale: #9C9C9C. Windows color (decimal): -4417940 or 7116476. OLE color: 7116476.
HSL color Cylindrical-coordinate representation of color #BC966C: hue angle of 31.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC966C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 108 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.26 |
| HSL | 31.5º | 0.37% | 0.58% | - |
| HSV(B) | 31.5º | 0.43% | 0.74% | - |
| XYZ | 34.35 | 33.59 | 18.86 | - |
| YUV | 156.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 108 | 0 | 0.20 | 0.43 | 0.26 | 31.5 | 0.37 | 0.58 |
| Hex | BC | 96 | 6C | 0 | 14 | 2B | 1A | 1F | 25 | 3A |
| Octal | 274 | 226 | 154 | 0 | 24 | 53 | 32 | 37 | 45 | 72 |
| Binary | 10111100 | 10010110 | 1101100 | 0 | 10100 | 101011 | 11010 | 11111 | 100101 | 111010 |
Color Harmonies of #BC966C
Complementary color
Monochromatic Colors of #BC966C
Black with #BC966C
Text Example
Text Example
White with #BC966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC966C; }
p { color: rgb(188,150,108); }
H1.HeaderClassName
{
color: #BC966C;
}
.AnyTagClassName
{
color: #BC966C;
}
</style>
background-color css
<style>
a { background-color: #BC966C; }
a { background-color: rgb(188,150,108); }
div.DivClassName
{
background-color: #BC966C;
}
.BgClassName
{
background-color: #BC966C;
}
</style>
border-color css
<style>
span { border-color: #BC966C; }
span { border-color: rgb(188,150,108); }
td.TdClassName
{
border-color: #BC966C;
}
.TagClassName
{
border-color: #BC966C;
}
</style>