Shades of Fallow #BC966B
Tints of Fallow #BC966B
RGB
CMYK
RGB Variations
Color information
#BC966B (or 0xBC966B) is known color: Fallow. HEX triplet: BC, 96 and 6B. RGB value is (188,150,107). Sum of RGB (Red+Green+Blue) = 188+150+107=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966B is #436994. Grayscale: #9C9C9C. Windows color (decimal): -4417941 or 7050940. OLE color: 7050940.
HSL color Cylindrical-coordinate representation of color #BC966B: hue angle of 31.85º degrees, saturation: 0.38, 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 #BC966B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 107 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.26 |
| HSL | 31.85º | 0.38% | 0.58% | - |
| HSV(B) | 31.85º | 0.43% | 0.74% | - |
| XYZ | 34.3 | 33.57 | 18.58 | - |
| YUV | 156.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 107 | 0 | 0.20 | 0.43 | 0.26 | 31.85 | 0.38 | 0.58 |
| Hex | BC | 96 | 6B | 0 | 14 | 2B | 1A | 20 | 26 | 3A |
| Octal | 274 | 226 | 153 | 0 | 24 | 53 | 32 | 40 | 46 | 72 |
| Binary | 10111100 | 10010110 | 1101011 | 0 | 10100 | 101011 | 11010 | 100000 | 100110 | 111010 |
Color Harmonies of #BC966B
Complementary color
Monochromatic Colors of #BC966B
Black with #BC966B
Text Example
Text Example
White with #BC966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC966B; }
p { color: rgb(188,150,107); }
H1.HeaderClassName
{
color: #BC966B;
}
.AnyTagClassName
{
color: #BC966B;
}
</style>
background-color css
<style>
a { background-color: #BC966B; }
a { background-color: rgb(188,150,107); }
div.DivClassName
{
background-color: #BC966B;
}
.BgClassName
{
background-color: #BC966B;
}
</style>
border-color css
<style>
span { border-color: #BC966B; }
span { border-color: rgb(188,150,107); }
td.TdClassName
{
border-color: #BC966B;
}
.TagClassName
{
border-color: #BC966B;
}
</style>