Shades of Fallow #BC956A
Tints of Fallow #BC956A
RGB
CMYK
RGB Variations
Color information
#BC956A (or 0xBC956A) is known color: Fallow. HEX triplet: BC, 95 and 6A. RGB value is (188,149,106). Sum of RGB (Red+Green+Blue) = 188+149+106=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC956A is #436A95. Grayscale: #9B9B9B. Windows color (decimal): -4418198 or 6985148. OLE color: 6985148.
HSL color Cylindrical-coordinate representation of color #BC956A: hue angle of 31.46º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC956A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 106 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.26 |
| HSL | 31.46º | 0.38% | 0.58% | - |
| HSV(B) | 31.46º | 0.44% | 0.74% | - |
| XYZ | 34.09 | 33.23 | 18.25 | - |
| YUV | 155.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 106 | 0 | 0.21 | 0.44 | 0.26 | 31.46 | 0.38 | 0.58 |
| Hex | BC | 95 | 6A | 0 | 15 | 2C | 1A | 1F | 26 | 3A |
| Octal | 274 | 225 | 152 | 0 | 25 | 54 | 32 | 37 | 46 | 72 |
| Binary | 10111100 | 10010101 | 1101010 | 0 | 10101 | 101100 | 11010 | 11111 | 100110 | 111010 |
Color Harmonies of #BC956A
Complementary color
Monochromatic Colors of #BC956A
Black with #BC956A
Text Example
Text Example
White with #BC956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC956A; }
p { color: rgb(188,149,106); }
H1.HeaderClassName
{
color: #BC956A;
}
.AnyTagClassName
{
color: #BC956A;
}
</style>
background-color css
<style>
a { background-color: #BC956A; }
a { background-color: rgb(188,149,106); }
div.DivClassName
{
background-color: #BC956A;
}
.BgClassName
{
background-color: #BC956A;
}
</style>
border-color css
<style>
span { border-color: #BC956A; }
span { border-color: rgb(188,149,106); }
td.TdClassName
{
border-color: #BC956A;
}
.TagClassName
{
border-color: #BC956A;
}
</style>