Shades of Fallow #BD986F
Tints of Fallow #BD986F
RGB
CMYK
RGB Variations
Color information
#BD986F (or 0xBD986F) is known color: Fallow. HEX triplet: BD, 98 and 6F. RGB value is (189,152,111). Sum of RGB (Red+Green+Blue) = 189+152+111=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD986F is #426790. Grayscale: #9E9E9E. Windows color (decimal): -4351889 or 7313597. OLE color: 7313597.
HSL color Cylindrical-coordinate representation of color #BD986F: hue angle of 31.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD986F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 111 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.26 |
| HSL | 31.54º | 0.37% | 0.59% | - |
| HSV(B) | 31.54º | 0.41% | 0.74% | - |
| XYZ | 35.08 | 34.42 | 19.83 | - |
| YUV | 158.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 111 | 0 | 0.20 | 0.41 | 0.26 | 31.54 | 0.37 | 0.59 |
| Hex | BD | 98 | 6F | 0 | 14 | 29 | 1A | 20 | 25 | 3B |
| Octal | 275 | 230 | 157 | 0 | 24 | 51 | 32 | 40 | 45 | 73 |
| Binary | 10111101 | 10011000 | 1101111 | 0 | 10100 | 101001 | 11010 | 100000 | 100101 | 111011 |
Color Harmonies of #BD986F
Complementary color
Monochromatic Colors of #BD986F
Black with #BD986F
Text Example
Text Example
White with #BD986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD986F; }
p { color: rgb(189,152,111); }
H1.HeaderClassName
{
color: #BD986F;
}
.AnyTagClassName
{
color: #BD986F;
}
</style>
background-color css
<style>
a { background-color: #BD986F; }
a { background-color: rgb(189,152,111); }
div.DivClassName
{
background-color: #BD986F;
}
.BgClassName
{
background-color: #BD986F;
}
</style>
border-color css
<style>
span { border-color: #BD986F; }
span { border-color: rgb(189,152,111); }
td.TdClassName
{
border-color: #BD986F;
}
.TagClassName
{
border-color: #BD986F;
}
</style>