Shades of Fallow #BC956E
Tints of Fallow #BC956E
RGB
CMYK
RGB Variations
Color information
#BC956E (or 0xBC956E) is known color: Fallow. HEX triplet: BC, 95 and 6E. RGB value is (188,149,110). Sum of RGB (Red+Green+Blue) = 188+149+110=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956E is #436A91. Grayscale: #9C9C9C. Windows color (decimal): -4418194 or 7247292. OLE color: 7247292.
HSL color Cylindrical-coordinate representation of color #BC956E: hue angle of 30º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC956E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 110 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.26 |
| HSL | 30º | 0.37% | 0.58% | - |
| HSV(B) | 30º | 0.41% | 0.74% | - |
| XYZ | 34.3 | 33.31 | 19.37 | - |
| YUV | 156.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 110 | 0 | 0.21 | 0.41 | 0.26 | 30 | 0.37 | 0.58 |
| Hex | BC | 95 | 6E | 0 | 15 | 29 | 1A | 1E | 25 | 3A |
| Octal | 274 | 225 | 156 | 0 | 25 | 51 | 32 | 36 | 45 | 72 |
| Binary | 10111100 | 10010101 | 1101110 | 0 | 10101 | 101001 | 11010 | 11110 | 100101 | 111010 |
Color Harmonies of #BC956E
Complementary color
Monochromatic Colors of #BC956E
Black with #BC956E
Text Example
Text Example
White with #BC956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC956E; }
p { color: rgb(188,149,110); }
H1.HeaderClassName
{
color: #BC956E;
}
.AnyTagClassName
{
color: #BC956E;
}
</style>
background-color css
<style>
a { background-color: #BC956E; }
a { background-color: rgb(188,149,110); }
div.DivClassName
{
background-color: #BC956E;
}
.BgClassName
{
background-color: #BC956E;
}
</style>
border-color css
<style>
span { border-color: #BC956E; }
span { border-color: rgb(188,149,110); }
td.TdClassName
{
border-color: #BC956E;
}
.TagClassName
{
border-color: #BC956E;
}
</style>