Shades of Fallow #BC976D
Tints of Fallow #BC976D
RGB
CMYK
RGB Variations
Color information
#BC976D (or 0xBC976D) is known color: Fallow. HEX triplet: BC, 97 and 6D. RGB value is (188,151,109). Sum of RGB (Red+Green+Blue) = 188+151+109=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC976D is #436892. Grayscale: #9D9D9D. Windows color (decimal): -4417683 or 7182268. OLE color: 7182268.
HSL color Cylindrical-coordinate representation of color #BC976D: hue angle of 31.9º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC976D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 109 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.26 |
| HSL | 31.9º | 0.37% | 0.58% | - |
| HSV(B) | 31.9º | 0.42% | 0.74% | - |
| XYZ | 34.57 | 33.93 | 19.2 | - |
| YUV | 157.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 109 | 0 | 0.20 | 0.42 | 0.26 | 31.9 | 0.37 | 0.58 |
| Hex | BC | 97 | 6D | 0 | 14 | 2A | 1A | 20 | 25 | 3A |
| Octal | 274 | 227 | 155 | 0 | 24 | 52 | 32 | 40 | 45 | 72 |
| Binary | 10111100 | 10010111 | 1101101 | 0 | 10100 | 101010 | 11010 | 100000 | 100101 | 111010 |
Color Harmonies of #BC976D
Complementary color
Monochromatic Colors of #BC976D
Black with #BC976D
Text Example
Text Example
White with #BC976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC976D; }
p { color: rgb(188,151,109); }
H1.HeaderClassName
{
color: #BC976D;
}
.AnyTagClassName
{
color: #BC976D;
}
</style>
background-color css
<style>
a { background-color: #BC976D; }
a { background-color: rgb(188,151,109); }
div.DivClassName
{
background-color: #BC976D;
}
.BgClassName
{
background-color: #BC976D;
}
</style>
border-color css
<style>
span { border-color: #BC976D; }
span { border-color: rgb(188,151,109); }
td.TdClassName
{
border-color: #BC976D;
}
.TagClassName
{
border-color: #BC976D;
}
</style>