Shades of Fallow #BD9C70
Tints of Fallow #BD9C70
RGB
CMYK
RGB Variations
Color information
#BD9C70 (or 0xBD9C70) is known color: Fallow. HEX triplet: BD, 9C and 70. RGB value is (189,156,112). Sum of RGB (Red+Green+Blue) = 189+156+112=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C70 is #42638F. Grayscale: #A1A1A1. Windows color (decimal): -4350864 or 7380157. OLE color: 7380157.
HSL color Cylindrical-coordinate representation of color #BD9C70: hue angle of 34.29º 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 #BD9C70 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 112 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.26 |
| HSL | 34.29º | 0.37% | 0.59% | - |
| HSV(B) | 34.29º | 0.41% | 0.74% | - |
| XYZ | 35.8 | 35.77 | 20.35 | - |
| YUV | 160.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 112 | 0 | 0.17 | 0.41 | 0.26 | 34.29 | 0.37 | 0.59 |
| Hex | BD | 9C | 70 | 0 | 11 | 29 | 1A | 22 | 25 | 3B |
| Octal | 275 | 234 | 160 | 0 | 21 | 51 | 32 | 42 | 45 | 73 |
| Binary | 10111101 | 10011100 | 1110000 | 0 | 10001 | 101001 | 11010 | 100010 | 100101 | 111011 |
Color Harmonies of #BD9C70
Complementary color
Monochromatic Colors of #BD9C70
Black with #BD9C70
Text Example
Text Example
White with #BD9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C70; }
p { color: rgb(189,156,112); }
H1.HeaderClassName
{
color: #BD9C70;
}
.AnyTagClassName
{
color: #BD9C70;
}
</style>
background-color css
<style>
a { background-color: #BD9C70; }
a { background-color: rgb(189,156,112); }
div.DivClassName
{
background-color: #BD9C70;
}
.BgClassName
{
background-color: #BD9C70;
}
</style>
border-color css
<style>
span { border-color: #BD9C70; }
span { border-color: rgb(189,156,112); }
td.TdClassName
{
border-color: #BD9C70;
}
.TagClassName
{
border-color: #BD9C70;
}
</style>