Shades of Fallow #BD9D64
Tints of Fallow #BD9D64
RGB
CMYK
RGB Variations
Color information
#BD9D64 (or 0xBD9D64) is known color: Fallow. HEX triplet: BD, 9D and 64. RGB value is (189,157,100). Sum of RGB (Red+Green+Blue) = 189+157+100=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D64 is #42629B. Grayscale: #A0A0A0. Windows color (decimal): -4350620 or 6593981. OLE color: 6593981.
HSL color Cylindrical-coordinate representation of color #BD9D64: hue angle of 38.43º 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 #BD9D64 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 100 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.26 |
| HSL | 38.43º | 0.4% | 0.57% | - |
| HSV(B) | 38.43º | 0.47% | 0.74% | - |
| XYZ | 35.34 | 35.85 | 17.11 | - |
| YUV | 160.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 100 | 0 | 0.17 | 0.47 | 0.26 | 38.43 | 0.4 | 0.57 |
| Hex | BD | 9D | 64 | 0 | 11 | 2F | 1A | 26 | 28 | 39 |
| Octal | 275 | 235 | 144 | 0 | 21 | 57 | 32 | 46 | 50 | 71 |
| Binary | 10111101 | 10011101 | 1100100 | 0 | 10001 | 101111 | 11010 | 100110 | 101000 | 111001 |
Color Harmonies of #BD9D64
Complementary color
Monochromatic Colors of #BD9D64
Black with #BD9D64
Text Example
Text Example
White with #BD9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D64; }
p { color: rgb(189,157,100); }
H1.HeaderClassName
{
color: #BD9D64;
}
.AnyTagClassName
{
color: #BD9D64;
}
</style>
background-color css
<style>
a { background-color: #BD9D64; }
a { background-color: rgb(189,157,100); }
div.DivClassName
{
background-color: #BD9D64;
}
.BgClassName
{
background-color: #BD9D64;
}
</style>
border-color css
<style>
span { border-color: #BD9D64; }
span { border-color: rgb(189,157,100); }
td.TdClassName
{
border-color: #BD9D64;
}
.TagClassName
{
border-color: #BD9D64;
}
</style>