Shades of Fallow #BD9971
Tints of Fallow #BD9971
RGB
CMYK
RGB Variations
Color information
#BD9971 (or 0xBD9971) is known color: Fallow. HEX triplet: BD, 99 and 71. RGB value is (189,153,113). Sum of RGB (Red+Green+Blue) = 189+153+113=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9971 is #42668E. Grayscale: #9F9F9F. Windows color (decimal): -4351631 or 7444925. OLE color: 7444925.
HSL color Cylindrical-coordinate representation of color #BD9971: hue angle of 31.58º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9971 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 113 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.26 |
| HSL | 31.58º | 0.37% | 0.59% | - |
| HSV(B) | 31.58º | 0.4% | 0.74% | - |
| XYZ | 35.36 | 34.79 | 20.48 | - |
| YUV | 159.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 113 | 0 | 0.19 | 0.40 | 0.26 | 31.58 | 0.37 | 0.59 |
| Hex | BD | 99 | 71 | 0 | 13 | 28 | 1A | 20 | 25 | 3B |
| Octal | 275 | 231 | 161 | 0 | 23 | 50 | 32 | 40 | 45 | 73 |
| Binary | 10111101 | 10011001 | 1110001 | 0 | 10011 | 101000 | 11010 | 100000 | 100101 | 111011 |
Color Harmonies of #BD9971
Complementary color
Monochromatic Colors of #BD9971
Black with #BD9971
Text Example
Text Example
White with #BD9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9971; }
p { color: rgb(189,153,113); }
H1.HeaderClassName
{
color: #BD9971;
}
.AnyTagClassName
{
color: #BD9971;
}
</style>
background-color css
<style>
a { background-color: #BD9971; }
a { background-color: rgb(189,153,113); }
div.DivClassName
{
background-color: #BD9971;
}
.BgClassName
{
background-color: #BD9971;
}
</style>
border-color css
<style>
span { border-color: #BD9971; }
span { border-color: rgb(189,153,113); }
td.TdClassName
{
border-color: #BD9971;
}
.TagClassName
{
border-color: #BD9971;
}
</style>