Shades of Fallow #BC9C73
Tints of Fallow #BC9C73
RGB
CMYK
RGB Variations
Color information
#BC9C73 (or 0xBC9C73) is known color: Fallow. HEX triplet: BC, 9C and 73. RGB value is (188,156,115). Sum of RGB (Red+Green+Blue) = 188+156+115=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C73 is #43638C. Grayscale: #A1A1A1. Windows color (decimal): -4416397 or 7576764. OLE color: 7576764.
HSL color Cylindrical-coordinate representation of color #BC9C73: hue angle of 33.7º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9C73 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 115 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.26 |
| HSL | 33.7º | 0.35% | 0.59% | - |
| HSV(B) | 33.7º | 0.39% | 0.74% | - |
| XYZ | 35.72 | 35.71 | 21.23 | - |
| YUV | 160.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 115 | 0 | 0.17 | 0.39 | 0.26 | 33.7 | 0.35 | 0.59 |
| Hex | BC | 9C | 73 | 0 | 11 | 27 | 1A | 22 | 23 | 3B |
| Octal | 274 | 234 | 163 | 0 | 21 | 47 | 32 | 42 | 43 | 73 |
| Binary | 10111100 | 10011100 | 1110011 | 0 | 10001 | 100111 | 11010 | 100010 | 100011 | 111011 |
Color Harmonies of #BC9C73
Complementary color
Monochromatic Colors of #BC9C73
Black with #BC9C73
Text Example
Text Example
White with #BC9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C73; }
p { color: rgb(188,156,115); }
H1.HeaderClassName
{
color: #BC9C73;
}
.AnyTagClassName
{
color: #BC9C73;
}
</style>
background-color css
<style>
a { background-color: #BC9C73; }
a { background-color: rgb(188,156,115); }
div.DivClassName
{
background-color: #BC9C73;
}
.BgClassName
{
background-color: #BC9C73;
}
</style>
border-color css
<style>
span { border-color: #BC9C73; }
span { border-color: rgb(188,156,115); }
td.TdClassName
{
border-color: #BC9C73;
}
.TagClassName
{
border-color: #BC9C73;
}
</style>