Shades of Fallow #BC976F
Tints of Fallow #BC976F
RGB
CMYK
RGB Variations
Color information
#BC976F (or 0xBC976F) is known color: Fallow. HEX triplet: BC, 97 and 6F. RGB value is (188,151,111). Sum of RGB (Red+Green+Blue) = 188+151+111=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC976F is #436890. Grayscale: #9D9D9D. Windows color (decimal): -4417681 or 7313340. OLE color: 7313340.
HSL color Cylindrical-coordinate representation of color #BC976F: hue angle of 31.17º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC976F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 111 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.26 |
| HSL | 31.17º | 0.36% | 0.59% | - |
| HSV(B) | 31.17º | 0.41% | 0.74% | - |
| XYZ | 34.67 | 33.97 | 19.77 | - |
| YUV | 157.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 111 | 0 | 0.20 | 0.41 | 0.26 | 31.17 | 0.36 | 0.59 |
| Hex | BC | 97 | 6F | 0 | 14 | 29 | 1A | 1F | 24 | 3B |
| Octal | 274 | 227 | 157 | 0 | 24 | 51 | 32 | 37 | 44 | 73 |
| Binary | 10111100 | 10010111 | 1101111 | 0 | 10100 | 101001 | 11010 | 11111 | 100100 | 111011 |
Color Harmonies of #BC976F
Complementary color
Monochromatic Colors of #BC976F
Black with #BC976F
Text Example
Text Example
White with #BC976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC976F; }
p { color: rgb(188,151,111); }
H1.HeaderClassName
{
color: #BC976F;
}
.AnyTagClassName
{
color: #BC976F;
}
</style>
background-color css
<style>
a { background-color: #BC976F; }
a { background-color: rgb(188,151,111); }
div.DivClassName
{
background-color: #BC976F;
}
.BgClassName
{
background-color: #BC976F;
}
</style>
border-color css
<style>
span { border-color: #BC976F; }
span { border-color: rgb(188,151,111); }
td.TdClassName
{
border-color: #BC976F;
}
.TagClassName
{
border-color: #BC976F;
}
</style>