Shades of Fallow #BC986B
Tints of Fallow #BC986B
RGB
CMYK
RGB Variations
Color information
#BC986B (or 0xBC986B) is known color: Fallow. HEX triplet: BC, 98 and 6B. RGB value is (188,152,107). Sum of RGB (Red+Green+Blue) = 188+152+107=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC986B is #436794. Grayscale: #9D9D9D. Windows color (decimal): -4417429 or 7051452. OLE color: 7051452.
HSL color Cylindrical-coordinate representation of color #BC986B: hue angle of 33.33º 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 #BC986B is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 107 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.26 |
| HSL | 33.33º | 0.38% | 0.58% | - |
| HSV(B) | 33.33º | 0.43% | 0.74% | - |
| XYZ | 34.62 | 34.21 | 18.69 | - |
| YUV | 157.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 107 | 0 | 0.19 | 0.43 | 0.26 | 33.33 | 0.38 | 0.58 |
| Hex | BC | 98 | 6B | 0 | 13 | 2B | 1A | 21 | 26 | 3A |
| Octal | 274 | 230 | 153 | 0 | 23 | 53 | 32 | 41 | 46 | 72 |
| Binary | 10111100 | 10011000 | 1101011 | 0 | 10011 | 101011 | 11010 | 100001 | 100110 | 111010 |
Color Harmonies of #BC986B
Complementary color
Monochromatic Colors of #BC986B
Black with #BC986B
Text Example
Text Example
White with #BC986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC986B; }
p { color: rgb(188,152,107); }
H1.HeaderClassName
{
color: #BC986B;
}
.AnyTagClassName
{
color: #BC986B;
}
</style>
background-color css
<style>
a { background-color: #BC986B; }
a { background-color: rgb(188,152,107); }
div.DivClassName
{
background-color: #BC986B;
}
.BgClassName
{
background-color: #BC986B;
}
</style>
border-color css
<style>
span { border-color: #BC986B; }
span { border-color: rgb(188,152,107); }
td.TdClassName
{
border-color: #BC986B;
}
.TagClassName
{
border-color: #BC986B;
}
</style>