Shades of Fallow #BC9D74
Tints of Fallow #BC9D74
RGB
CMYK
RGB Variations
Color information
#BC9D74 (or 0xBC9D74) is known color: Fallow. HEX triplet: BC, 9D and 74. RGB value is (188,157,116). Sum of RGB (Red+Green+Blue) = 188+157+116=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D74 is #43628B. Grayscale: #A1A1A1. Windows color (decimal): -4416140 or 7642556. OLE color: 7642556.
HSL color Cylindrical-coordinate representation of color #BC9D74: hue angle of 34.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9D74 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 116 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.26 |
| HSL | 34.17º | 0.35% | 0.6% | - |
| HSV(B) | 34.17º | 0.38% | 0.74% | - |
| XYZ | 35.95 | 36.07 | 21.59 | - |
| YUV | 161.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 116 | 0 | 0.16 | 0.38 | 0.26 | 34.17 | 0.35 | 0.6 |
| Hex | BC | 9D | 74 | 0 | 10 | 26 | 1A | 22 | 23 | 3C |
| Octal | 274 | 235 | 164 | 0 | 20 | 46 | 32 | 42 | 43 | 74 |
| Binary | 10111100 | 10011101 | 1110100 | 0 | 10000 | 100110 | 11010 | 100010 | 100011 | 111100 |
Color Harmonies of #BC9D74
Complementary color
Monochromatic Colors of #BC9D74
Black with #BC9D74
Text Example
Text Example
White with #BC9D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D74; }
p { color: rgb(188,157,116); }
H1.HeaderClassName
{
color: #BC9D74;
}
.AnyTagClassName
{
color: #BC9D74;
}
</style>
background-color css
<style>
a { background-color: #BC9D74; }
a { background-color: rgb(188,157,116); }
div.DivClassName
{
background-color: #BC9D74;
}
.BgClassName
{
background-color: #BC9D74;
}
</style>
border-color css
<style>
span { border-color: #BC9D74; }
span { border-color: rgb(188,157,116); }
td.TdClassName
{
border-color: #BC9D74;
}
.TagClassName
{
border-color: #BC9D74;
}
</style>