Shades of Fallow #BC8F69
Tints of Fallow #BC8F69
RGB
CMYK
RGB Variations
Color information
#BC8F69 (or 0xBC8F69) is known color: Fallow. HEX triplet: BC, 8F and 69. RGB value is (188,143,105). Sum of RGB (Red+Green+Blue) = 188+143+105=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F69 is #437096. Grayscale: #989898. Windows color (decimal): -4419735 or 6918076. OLE color: 6918076.
HSL color Cylindrical-coordinate representation of color #BC8F69: hue angle of 27.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8F69 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 105 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.26 |
| HSL | 27.47º | 0.38% | 0.57% | - |
| HSV(B) | 27.47º | 0.44% | 0.74% | - |
| XYZ | 33.11 | 31.36 | 17.67 | - |
| YUV | 152.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 105 | 0 | 0.24 | 0.44 | 0.26 | 27.47 | 0.38 | 0.57 |
| Hex | BC | 8F | 69 | 0 | 18 | 2C | 1A | 1B | 26 | 39 |
| Octal | 274 | 217 | 151 | 0 | 30 | 54 | 32 | 33 | 46 | 71 |
| Binary | 10111100 | 10001111 | 1101001 | 0 | 11000 | 101100 | 11010 | 11011 | 100110 | 111001 |
Color Harmonies of #BC8F69
Complementary color
Monochromatic Colors of #BC8F69
Black with #BC8F69
Text Example
Text Example
White with #BC8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F69; }
p { color: rgb(188,143,105); }
H1.HeaderClassName
{
color: #BC8F69;
}
.AnyTagClassName
{
color: #BC8F69;
}
</style>
background-color css
<style>
a { background-color: #BC8F69; }
a { background-color: rgb(188,143,105); }
div.DivClassName
{
background-color: #BC8F69;
}
.BgClassName
{
background-color: #BC8F69;
}
</style>
border-color css
<style>
span { border-color: #BC8F69; }
span { border-color: rgb(188,143,105); }
td.TdClassName
{
border-color: #BC8F69;
}
.TagClassName
{
border-color: #BC8F69;
}
</style>