Shades of Fallow #BC9F76
Tints of Fallow #BC9F76
RGB
CMYK
RGB Variations
Color information
#BC9F76 (or 0xBC9F76) is known color: Fallow. HEX triplet: BC, 9F and 76. RGB value is (188,159,118). Sum of RGB (Red+Green+Blue) = 188+159+118=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F76 is #436089. Grayscale: #A3A3A3. Windows color (decimal): -4415626 or 7774140. OLE color: 7774140.
HSL color Cylindrical-coordinate representation of color #BC9F76: hue angle of 35.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9F76 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 118 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.26 |
| HSL | 35.14º | 0.34% | 0.6% | - |
| HSV(B) | 35.14º | 0.37% | 0.74% | - |
| XYZ | 36.41 | 36.8 | 22.32 | - |
| YUV | 163 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 118 | 0 | 0.15 | 0.37 | 0.26 | 35.14 | 0.34 | 0.6 |
| Hex | BC | 9F | 76 | 0 | F | 25 | 1A | 23 | 22 | 3C |
| Octal | 274 | 237 | 166 | 0 | 17 | 45 | 32 | 43 | 42 | 74 |
| Binary | 10111100 | 10011111 | 1110110 | 0 | 1111 | 100101 | 11010 | 100011 | 100010 | 111100 |
Color Harmonies of #BC9F76
Complementary color
Monochromatic Colors of #BC9F76
Black with #BC9F76
Text Example
Text Example
White with #BC9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F76; }
p { color: rgb(188,159,118); }
H1.HeaderClassName
{
color: #BC9F76;
}
.AnyTagClassName
{
color: #BC9F76;
}
</style>
background-color css
<style>
a { background-color: #BC9F76; }
a { background-color: rgb(188,159,118); }
div.DivClassName
{
background-color: #BC9F76;
}
.BgClassName
{
background-color: #BC9F76;
}
</style>
border-color css
<style>
span { border-color: #BC9F76; }
span { border-color: rgb(188,159,118); }
td.TdClassName
{
border-color: #BC9F76;
}
.TagClassName
{
border-color: #BC9F76;
}
</style>