Shades of Fallow #BC8E6B
Tints of Fallow #BC8E6B
RGB
CMYK
RGB Variations
Color information
#BC8E6B (or 0xBC8E6B) is known color: Fallow. HEX triplet: BC, 8E and 6B. RGB value is (188,142,107). Sum of RGB (Red+Green+Blue) = 188+142+107=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E6B is #437194. Grayscale: #979797. Windows color (decimal): -4419989 or 7048892. OLE color: 7048892.
HSL color Cylindrical-coordinate representation of color #BC8E6B: hue angle of 25.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8E6B is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 107 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.26 |
| HSL | 25.93º | 0.38% | 0.58% | - |
| HSV(B) | 25.93º | 0.43% | 0.74% | - |
| XYZ | 33.07 | 31.1 | 18.17 | - |
| YUV | 151.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 107 | 0 | 0.24 | 0.43 | 0.26 | 25.93 | 0.38 | 0.58 |
| Hex | BC | 8E | 6B | 0 | 18 | 2B | 1A | 1A | 26 | 3A |
| Octal | 274 | 216 | 153 | 0 | 30 | 53 | 32 | 32 | 46 | 72 |
| Binary | 10111100 | 10001110 | 1101011 | 0 | 11000 | 101011 | 11010 | 11010 | 100110 | 111010 |
Color Harmonies of #BC8E6B
Complementary color
Monochromatic Colors of #BC8E6B
Black with #BC8E6B
Text Example
Text Example
White with #BC8E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E6B; }
p { color: rgb(188,142,107); }
H1.HeaderClassName
{
color: #BC8E6B;
}
.AnyTagClassName
{
color: #BC8E6B;
}
</style>
background-color css
<style>
a { background-color: #BC8E6B; }
a { background-color: rgb(188,142,107); }
div.DivClassName
{
background-color: #BC8E6B;
}
.BgClassName
{
background-color: #BC8E6B;
}
</style>
border-color css
<style>
span { border-color: #BC8E6B; }
span { border-color: rgb(188,142,107); }
td.TdClassName
{
border-color: #BC8E6B;
}
.TagClassName
{
border-color: #BC8E6B;
}
</style>