Shades of Fallow #BC9E74
Tints of Fallow #BC9E74
RGB
CMYK
RGB Variations
Color information
#BC9E74 (or 0xBC9E74) is known color: Fallow. HEX triplet: BC, 9E and 74. RGB value is (188,158,116). Sum of RGB (Red+Green+Blue) = 188+158+116=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E74 is #43618B. Grayscale: #A2A2A2. Windows color (decimal): -4415884 or 7642812. OLE color: 7642812.
HSL color Cylindrical-coordinate representation of color #BC9E74: hue angle of 35º 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 #BC9E74 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 116 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.26 |
| HSL | 35º | 0.35% | 0.6% | - |
| HSV(B) | 35º | 0.38% | 0.74% | - |
| XYZ | 36.12 | 36.41 | 21.65 | - |
| YUV | 162.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 116 | 0 | 0.16 | 0.38 | 0.26 | 35 | 0.35 | 0.6 |
| Hex | BC | 9E | 74 | 0 | 10 | 26 | 1A | 23 | 23 | 3C |
| Octal | 274 | 236 | 164 | 0 | 20 | 46 | 32 | 43 | 43 | 74 |
| Binary | 10111100 | 10011110 | 1110100 | 0 | 10000 | 100110 | 11010 | 100011 | 100011 | 111100 |
Color Harmonies of #BC9E74
Complementary color
Monochromatic Colors of #BC9E74
Black with #BC9E74
Text Example
Text Example
White with #BC9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E74; }
p { color: rgb(188,158,116); }
H1.HeaderClassName
{
color: #BC9E74;
}
.AnyTagClassName
{
color: #BC9E74;
}
</style>
background-color css
<style>
a { background-color: #BC9E74; }
a { background-color: rgb(188,158,116); }
div.DivClassName
{
background-color: #BC9E74;
}
.BgClassName
{
background-color: #BC9E74;
}
</style>
border-color css
<style>
span { border-color: #BC9E74; }
span { border-color: rgb(188,158,116); }
td.TdClassName
{
border-color: #BC9E74;
}
.TagClassName
{
border-color: #BC9E74;
}
</style>