Shades of Fallow #BD9D6D
Tints of Fallow #BD9D6D
RGB
CMYK
RGB Variations
Color information
#BD9D6D (or 0xBD9D6D) is known color: Fallow. HEX triplet: BD, 9D and 6D. RGB value is (189,157,109). Sum of RGB (Red+Green+Blue) = 189+157+109=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D6D is #426292. Grayscale: #A1A1A1. Windows color (decimal): -4350611 or 7183805. OLE color: 7183805.
HSL color Cylindrical-coordinate representation of color #BD9D6D: hue angle of 36º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD9D6D is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 109 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.26 |
| HSL | 36º | 0.38% | 0.58% | - |
| HSV(B) | 36º | 0.42% | 0.74% | - |
| XYZ | 35.8 | 36.04 | 19.54 | - |
| YUV | 161.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 109 | 0 | 0.17 | 0.42 | 0.26 | 36 | 0.38 | 0.58 |
| Hex | BD | 9D | 6D | 0 | 11 | 2A | 1A | 24 | 26 | 3A |
| Octal | 275 | 235 | 155 | 0 | 21 | 52 | 32 | 44 | 46 | 72 |
| Binary | 10111101 | 10011101 | 1101101 | 0 | 10001 | 101010 | 11010 | 100100 | 100110 | 111010 |
Color Harmonies of #BD9D6D
Complementary color
Monochromatic Colors of #BD9D6D
Black with #BD9D6D
Text Example
Text Example
White with #BD9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D6D; }
p { color: rgb(189,157,109); }
H1.HeaderClassName
{
color: #BD9D6D;
}
.AnyTagClassName
{
color: #BD9D6D;
}
</style>
background-color css
<style>
a { background-color: #BD9D6D; }
a { background-color: rgb(189,157,109); }
div.DivClassName
{
background-color: #BD9D6D;
}
.BgClassName
{
background-color: #BD9D6D;
}
</style>
border-color css
<style>
span { border-color: #BD9D6D; }
span { border-color: rgb(189,157,109); }
td.TdClassName
{
border-color: #BD9D6D;
}
.TagClassName
{
border-color: #BD9D6D;
}
</style>