Shades of Fallow #BC9F73
Tints of Fallow #BC9F73
RGB
CMYK
RGB Variations
Color information
#BC9F73 (or 0xBC9F73) is known color: Fallow. HEX triplet: BC, 9F and 73. RGB value is (188,159,115). Sum of RGB (Red+Green+Blue) = 188+159+115=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F73 is #43608C. Grayscale: #A2A2A2. Windows color (decimal): -4415629 or 7577532. OLE color: 7577532.
HSL color Cylindrical-coordinate representation of color #BC9F73: hue angle of 36.16º 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 #BC9F73 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 115 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.26 |
| HSL | 36.16º | 0.35% | 0.59% | - |
| HSV(B) | 36.16º | 0.39% | 0.74% | - |
| XYZ | 36.23 | 36.73 | 21.4 | - |
| YUV | 162.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 115 | 0 | 0.15 | 0.39 | 0.26 | 36.16 | 0.35 | 0.59 |
| Hex | BC | 9F | 73 | 0 | F | 27 | 1A | 24 | 23 | 3B |
| Octal | 274 | 237 | 163 | 0 | 17 | 47 | 32 | 44 | 43 | 73 |
| Binary | 10111100 | 10011111 | 1110011 | 0 | 1111 | 100111 | 11010 | 100100 | 100011 | 111011 |
Color Harmonies of #BC9F73
Complementary color
Monochromatic Colors of #BC9F73
Black with #BC9F73
Text Example
Text Example
White with #BC9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F73; }
p { color: rgb(188,159,115); }
H1.HeaderClassName
{
color: #BC9F73;
}
.AnyTagClassName
{
color: #BC9F73;
}
</style>
background-color css
<style>
a { background-color: #BC9F73; }
a { background-color: rgb(188,159,115); }
div.DivClassName
{
background-color: #BC9F73;
}
.BgClassName
{
background-color: #BC9F73;
}
</style>
border-color css
<style>
span { border-color: #BC9F73; }
span { border-color: rgb(188,159,115); }
td.TdClassName
{
border-color: #BC9F73;
}
.TagClassName
{
border-color: #BC9F73;
}
</style>