Shades of Fallow #BC946D
Tints of Fallow #BC946D
RGB
CMYK
RGB Variations
Color information
#BC946D (or 0xBC946D) is known color: Fallow. HEX triplet: BC, 94 and 6D. RGB value is (188,148,109). Sum of RGB (Red+Green+Blue) = 188+148+109=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946D is #436B92. Grayscale: #9B9B9B. Windows color (decimal): -4418451 or 7181500. OLE color: 7181500.
HSL color Cylindrical-coordinate representation of color #BC946D: hue angle of 29.62º 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 #BC946D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 109 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.26 |
| HSL | 29.62º | 0.37% | 0.58% | - |
| HSV(B) | 29.62º | 0.42% | 0.74% | - |
| XYZ | 34.09 | 32.98 | 19.04 | - |
| YUV | 155.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 109 | 0 | 0.21 | 0.42 | 0.26 | 29.62 | 0.37 | 0.58 |
| Hex | BC | 94 | 6D | 0 | 15 | 2A | 1A | 1E | 25 | 3A |
| Octal | 274 | 224 | 155 | 0 | 25 | 52 | 32 | 36 | 45 | 72 |
| Binary | 10111100 | 10010100 | 1101101 | 0 | 10101 | 101010 | 11010 | 11110 | 100101 | 111010 |
Color Harmonies of #BC946D
Complementary color
Monochromatic Colors of #BC946D
Black with #BC946D
Text Example
Text Example
White with #BC946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC946D; }
p { color: rgb(188,148,109); }
H1.HeaderClassName
{
color: #BC946D;
}
.AnyTagClassName
{
color: #BC946D;
}
</style>
background-color css
<style>
a { background-color: #BC946D; }
a { background-color: rgb(188,148,109); }
div.DivClassName
{
background-color: #BC946D;
}
.BgClassName
{
background-color: #BC946D;
}
</style>
border-color css
<style>
span { border-color: #BC946D; }
span { border-color: rgb(188,148,109); }
td.TdClassName
{
border-color: #BC946D;
}
.TagClassName
{
border-color: #BC946D;
}
</style>