Shades of Fallow #BC946F
Tints of Fallow #BC946F
RGB
CMYK
RGB Variations
Color information
#BC946F (or 0xBC946F) is known color: Fallow. HEX triplet: BC, 94 and 6F. RGB value is (188,148,111). Sum of RGB (Red+Green+Blue) = 188+148+111=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946F is #436B90. Grayscale: #9B9B9B. Windows color (decimal): -4418449 or 7312572. OLE color: 7312572.
HSL color Cylindrical-coordinate representation of color #BC946F: hue angle of 28.83º 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 #BC946F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 111 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.26 |
| HSL | 28.83º | 0.36% | 0.59% | - |
| HSV(B) | 28.83º | 0.41% | 0.74% | - |
| XYZ | 34.2 | 33.02 | 19.61 | - |
| YUV | 155.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 111 | 0 | 0.21 | 0.41 | 0.26 | 28.83 | 0.36 | 0.59 |
| Hex | BC | 94 | 6F | 0 | 15 | 29 | 1A | 1D | 24 | 3B |
| Octal | 274 | 224 | 157 | 0 | 25 | 51 | 32 | 35 | 44 | 73 |
| Binary | 10111100 | 10010100 | 1101111 | 0 | 10101 | 101001 | 11010 | 11101 | 100100 | 111011 |
Color Harmonies of #BC946F
Complementary color
Monochromatic Colors of #BC946F
Black with #BC946F
Text Example
Text Example
White with #BC946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC946F; }
p { color: rgb(188,148,111); }
H1.HeaderClassName
{
color: #BC946F;
}
.AnyTagClassName
{
color: #BC946F;
}
</style>
background-color css
<style>
a { background-color: #BC946F; }
a { background-color: rgb(188,148,111); }
div.DivClassName
{
background-color: #BC946F;
}
.BgClassName
{
background-color: #BC946F;
}
</style>
border-color css
<style>
span { border-color: #BC946F; }
span { border-color: rgb(188,148,111); }
td.TdClassName
{
border-color: #BC946F;
}
.TagClassName
{
border-color: #BC946F;
}
</style>