Shades of Fallow #BD8E64
Tints of Fallow #BD8E64
RGB
CMYK
RGB Variations
Color information
#BD8E64 (or 0xBD8E64) is known color: Fallow. HEX triplet: BD, 8E and 64. RGB value is (189,142,100). Sum of RGB (Red+Green+Blue) = 189+142+100=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E64 is #42719B. Grayscale: #979797. Windows color (decimal): -4354460 or 6590141. OLE color: 6590141.
HSL color Cylindrical-coordinate representation of color #BD8E64: hue angle of 28.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD8E64 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 100 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.26 |
| HSL | 28.31º | 0.4% | 0.57% | - |
| HSV(B) | 28.31º | 0.47% | 0.74% | - |
| XYZ | 32.96 | 31.08 | 16.32 | - |
| YUV | 151.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 100 | 0 | 0.25 | 0.47 | 0.26 | 28.31 | 0.4 | 0.57 |
| Hex | BD | 8E | 64 | 0 | 19 | 2F | 1A | 1C | 28 | 39 |
| Octal | 275 | 216 | 144 | 0 | 31 | 57 | 32 | 34 | 50 | 71 |
| Binary | 10111101 | 10001110 | 1100100 | 0 | 11001 | 101111 | 11010 | 11100 | 101000 | 111001 |
Color Harmonies of #BD8E64
Complementary color
Monochromatic Colors of #BD8E64
Black with #BD8E64
Text Example
Text Example
White with #BD8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E64; }
p { color: rgb(189,142,100); }
H1.HeaderClassName
{
color: #BD8E64;
}
.AnyTagClassName
{
color: #BD8E64;
}
</style>
background-color css
<style>
a { background-color: #BD8E64; }
a { background-color: rgb(189,142,100); }
div.DivClassName
{
background-color: #BD8E64;
}
.BgClassName
{
background-color: #BD8E64;
}
</style>
border-color css
<style>
span { border-color: #BD8E64; }
span { border-color: rgb(189,142,100); }
td.TdClassName
{
border-color: #BD8E64;
}
.TagClassName
{
border-color: #BD8E64;
}
</style>