Shades of Fallow #BC9D73
Tints of Fallow #BC9D73
RGB
CMYK
RGB Variations
Color information
#BC9D73 (or 0xBC9D73) is known color: Fallow. HEX triplet: BC, 9D and 73. RGB value is (188,157,115). Sum of RGB (Red+Green+Blue) = 188+157+115=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D73 is #43628C. Grayscale: #A1A1A1. Windows color (decimal): -4416141 or 7577020. OLE color: 7577020.
HSL color Cylindrical-coordinate representation of color #BC9D73: hue angle of 34.52º 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 #BC9D73 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 115 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.26 |
| HSL | 34.52º | 0.35% | 0.59% | - |
| HSV(B) | 34.52º | 0.39% | 0.74% | - |
| XYZ | 35.89 | 36.04 | 21.29 | - |
| YUV | 161.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 115 | 0 | 0.16 | 0.39 | 0.26 | 34.52 | 0.35 | 0.59 |
| Hex | BC | 9D | 73 | 0 | 10 | 27 | 1A | 23 | 23 | 3B |
| Octal | 274 | 235 | 163 | 0 | 20 | 47 | 32 | 43 | 43 | 73 |
| Binary | 10111100 | 10011101 | 1110011 | 0 | 10000 | 100111 | 11010 | 100011 | 100011 | 111011 |
Color Harmonies of #BC9D73
Complementary color
Monochromatic Colors of #BC9D73
Black with #BC9D73
Text Example
Text Example
White with #BC9D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D73; }
p { color: rgb(188,157,115); }
H1.HeaderClassName
{
color: #BC9D73;
}
.AnyTagClassName
{
color: #BC9D73;
}
</style>
background-color css
<style>
a { background-color: #BC9D73; }
a { background-color: rgb(188,157,115); }
div.DivClassName
{
background-color: #BC9D73;
}
.BgClassName
{
background-color: #BC9D73;
}
</style>
border-color css
<style>
span { border-color: #BC9D73; }
span { border-color: rgb(188,157,115); }
td.TdClassName
{
border-color: #BC9D73;
}
.TagClassName
{
border-color: #BC9D73;
}
</style>