Shades of Fallow #BC9C6A
Tints of Fallow #BC9C6A
RGB
CMYK
RGB Variations
Color information
#BC9C6A (or 0xBC9C6A) is known color: Fallow. HEX triplet: BC, 9C and 6A. RGB value is (188,156,106). Sum of RGB (Red+Green+Blue) = 188+156+106=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C6A is #436395. Grayscale: #A0A0A0. Windows color (decimal): -4416406 or 6986940. OLE color: 6986940.
HSL color Cylindrical-coordinate representation of color #BC9C6A: hue angle of 36.59º 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 #BC9C6A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 106 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.26 |
| HSL | 36.59º | 0.38% | 0.58% | - |
| HSV(B) | 36.59º | 0.44% | 0.74% | - |
| XYZ | 35.23 | 35.51 | 18.63 | - |
| YUV | 159.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 106 | 0 | 0.17 | 0.44 | 0.26 | 36.59 | 0.38 | 0.58 |
| Hex | BC | 9C | 6A | 0 | 11 | 2C | 1A | 25 | 26 | 3A |
| Octal | 274 | 234 | 152 | 0 | 21 | 54 | 32 | 45 | 46 | 72 |
| Binary | 10111100 | 10011100 | 1101010 | 0 | 10001 | 101100 | 11010 | 100101 | 100110 | 111010 |
Color Harmonies of #BC9C6A
Complementary color
Monochromatic Colors of #BC9C6A
Black with #BC9C6A
Text Example
Text Example
White with #BC9C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C6A; }
p { color: rgb(188,156,106); }
H1.HeaderClassName
{
color: #BC9C6A;
}
.AnyTagClassName
{
color: #BC9C6A;
}
</style>
background-color css
<style>
a { background-color: #BC9C6A; }
a { background-color: rgb(188,156,106); }
div.DivClassName
{
background-color: #BC9C6A;
}
.BgClassName
{
background-color: #BC9C6A;
}
</style>
border-color css
<style>
span { border-color: #BC9C6A; }
span { border-color: rgb(188,156,106); }
td.TdClassName
{
border-color: #BC9C6A;
}
.TagClassName
{
border-color: #BC9C6A;
}
</style>