Shades of Fallow #BDA06D
Tints of Fallow #BDA06D
RGB
CMYK
RGB Variations
Color information
#BDA06D (or 0xBDA06D) is known color: Fallow. HEX triplet: BD, A0 and 6D. RGB value is (189,160,109). Sum of RGB (Red+Green+Blue) = 189+160+109=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06D is #425F92. Grayscale: #A3A3A3. Windows color (decimal): -4349843 or 7184573. OLE color: 7184573.
HSL color Cylindrical-coordinate representation of color #BDA06D: hue angle of 38.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 #BDA06D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 109 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.26 |
| HSL | 38.25º | 0.38% | 0.58% | - |
| HSV(B) | 38.25º | 0.42% | 0.74% | - |
| XYZ | 36.32 | 37.06 | 19.71 | - |
| YUV | 162.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 109 | 0 | 0.15 | 0.42 | 0.26 | 38.25 | 0.38 | 0.58 |
| Hex | BD | A0 | 6D | 0 | F | 2A | 1A | 26 | 26 | 3A |
| Octal | 275 | 240 | 155 | 0 | 17 | 52 | 32 | 46 | 46 | 72 |
| Binary | 10111101 | 10100000 | 1101101 | 0 | 1111 | 101010 | 11010 | 100110 | 100110 | 111010 |
Color Harmonies of #BDA06D
Complementary color
Monochromatic Colors of #BDA06D
Black with #BDA06D
Text Example
Text Example
White with #BDA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA06D; }
p { color: rgb(189,160,109); }
H1.HeaderClassName
{
color: #BDA06D;
}
.AnyTagClassName
{
color: #BDA06D;
}
</style>
background-color css
<style>
a { background-color: #BDA06D; }
a { background-color: rgb(189,160,109); }
div.DivClassName
{
background-color: #BDA06D;
}
.BgClassName
{
background-color: #BDA06D;
}
</style>
border-color css
<style>
span { border-color: #BDA06D; }
span { border-color: rgb(189,160,109); }
td.TdClassName
{
border-color: #BDA06D;
}
.TagClassName
{
border-color: #BDA06D;
}
</style>