Shades of Fallow #BC8F68
Tints of Fallow #BC8F68
RGB
CMYK
RGB Variations
Color information
#BC8F68 (or 0xBC8F68) is known color: Fallow. HEX triplet: BC, 8F and 68. RGB value is (188,143,104). Sum of RGB (Red+Green+Blue) = 188+143+104=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F68 is #437097. Grayscale: #989898. Windows color (decimal): -4419736 or 6852540. OLE color: 6852540.
HSL color Cylindrical-coordinate representation of color #BC8F68: hue angle of 27.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC8F68 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 104 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.26 |
| HSL | 27.86º | 0.39% | 0.57% | - |
| HSV(B) | 27.86º | 0.45% | 0.74% | - |
| XYZ | 33.06 | 31.34 | 17.4 | - |
| YUV | 152.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 104 | 0 | 0.24 | 0.45 | 0.26 | 27.86 | 0.39 | 0.57 |
| Hex | BC | 8F | 68 | 0 | 18 | 2D | 1A | 1C | 27 | 39 |
| Octal | 274 | 217 | 150 | 0 | 30 | 55 | 32 | 34 | 47 | 71 |
| Binary | 10111100 | 10001111 | 1101000 | 0 | 11000 | 101101 | 11010 | 11100 | 100111 | 111001 |
Color Harmonies of #BC8F68
Complementary color
Monochromatic Colors of #BC8F68
Black with #BC8F68
Text Example
Text Example
White with #BC8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F68; }
p { color: rgb(188,143,104); }
H1.HeaderClassName
{
color: #BC8F68;
}
.AnyTagClassName
{
color: #BC8F68;
}
</style>
background-color css
<style>
a { background-color: #BC8F68; }
a { background-color: rgb(188,143,104); }
div.DivClassName
{
background-color: #BC8F68;
}
.BgClassName
{
background-color: #BC8F68;
}
</style>
border-color css
<style>
span { border-color: #BC8F68; }
span { border-color: rgb(188,143,104); }
td.TdClassName
{
border-color: #BC8F68;
}
.TagClassName
{
border-color: #BC8F68;
}
</style>