Shades of Fallow #BD9D70
Tints of Fallow #BD9D70
RGB
CMYK
RGB Variations
Color information
#BD9D70 (or 0xBD9D70) is known color: Fallow. HEX triplet: BD, 9D and 70. RGB value is (189,157,112). Sum of RGB (Red+Green+Blue) = 189+157+112=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D70 is #42628F. Grayscale: #A1A1A1. Windows color (decimal): -4350608 or 7380413. OLE color: 7380413.
HSL color Cylindrical-coordinate representation of color #BD9D70: hue angle of 35.06º 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 #BD9D70 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 112 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.26 |
| HSL | 35.06º | 0.37% | 0.59% | - |
| HSV(B) | 35.06º | 0.41% | 0.74% | - |
| XYZ | 35.97 | 36.1 | 20.4 | - |
| YUV | 161.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 112 | 0 | 0.17 | 0.41 | 0.26 | 35.06 | 0.37 | 0.59 |
| Hex | BD | 9D | 70 | 0 | 11 | 29 | 1A | 23 | 25 | 3B |
| Octal | 275 | 235 | 160 | 0 | 21 | 51 | 32 | 43 | 45 | 73 |
| Binary | 10111101 | 10011101 | 1110000 | 0 | 10001 | 101001 | 11010 | 100011 | 100101 | 111011 |
Color Harmonies of #BD9D70
Complementary color
Monochromatic Colors of #BD9D70
Black with #BD9D70
Text Example
Text Example
White with #BD9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D70; }
p { color: rgb(189,157,112); }
H1.HeaderClassName
{
color: #BD9D70;
}
.AnyTagClassName
{
color: #BD9D70;
}
</style>
background-color css
<style>
a { background-color: #BD9D70; }
a { background-color: rgb(189,157,112); }
div.DivClassName
{
background-color: #BD9D70;
}
.BgClassName
{
background-color: #BD9D70;
}
</style>
border-color css
<style>
span { border-color: #BD9D70; }
span { border-color: rgb(189,157,112); }
td.TdClassName
{
border-color: #BD9D70;
}
.TagClassName
{
border-color: #BD9D70;
}
</style>