Shades of Fallow #BD9C6D
Tints of Fallow #BD9C6D
RGB
CMYK
RGB Variations
Color information
#BD9C6D (or 0xBD9C6D) is known color: Fallow. HEX triplet: BD, 9C and 6D. RGB value is (189,156,109). Sum of RGB (Red+Green+Blue) = 189+156+109=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C6D is #426392. Grayscale: #A0A0A0. Windows color (decimal): -4350867 or 7183549. OLE color: 7183549.
HSL color Cylindrical-coordinate representation of color #BD9C6D: hue angle of 35.25º 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 #BD9C6D is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 109 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.26 |
| HSL | 35.25º | 0.38% | 0.58% | - |
| HSV(B) | 35.25º | 0.42% | 0.74% | - |
| XYZ | 35.64 | 35.7 | 19.48 | - |
| YUV | 160.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 109 | 0 | 0.17 | 0.42 | 0.26 | 35.25 | 0.38 | 0.58 |
| Hex | BD | 9C | 6D | 0 | 11 | 2A | 1A | 23 | 26 | 3A |
| Octal | 275 | 234 | 155 | 0 | 21 | 52 | 32 | 43 | 46 | 72 |
| Binary | 10111101 | 10011100 | 1101101 | 0 | 10001 | 101010 | 11010 | 100011 | 100110 | 111010 |
Color Harmonies of #BD9C6D
Complementary color
Monochromatic Colors of #BD9C6D
Black with #BD9C6D
Text Example
Text Example
White with #BD9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C6D; }
p { color: rgb(189,156,109); }
H1.HeaderClassName
{
color: #BD9C6D;
}
.AnyTagClassName
{
color: #BD9C6D;
}
</style>
background-color css
<style>
a { background-color: #BD9C6D; }
a { background-color: rgb(189,156,109); }
div.DivClassName
{
background-color: #BD9C6D;
}
.BgClassName
{
background-color: #BD9C6D;
}
</style>
border-color css
<style>
span { border-color: #BD9C6D; }
span { border-color: rgb(189,156,109); }
td.TdClassName
{
border-color: #BD9C6D;
}
.TagClassName
{
border-color: #BD9C6D;
}
</style>