Shades of Fallow #BDA470
Tints of Fallow #BDA470
RGB
CMYK
RGB Variations
Color information
#BDA470 (or 0xBDA470) is known color: Fallow. HEX triplet: BD, A4 and 70. RGB value is (189,164,112). Sum of RGB (Red+Green+Blue) = 189+164+112=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA470 is #425B8F. Grayscale: #A5A5A5. Windows color (decimal): -4348816 or 7382205. OLE color: 7382205.
HSL color Cylindrical-coordinate representation of color #BDA470: hue angle of 40.52º 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 #BDA470 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 112 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.26 |
| HSL | 40.52º | 0.37% | 0.59% | - |
| HSV(B) | 40.52º | 0.41% | 0.74% | - |
| XYZ | 37.19 | 38.54 | 20.81 | - |
| YUV | 165.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 112 | 0 | 0.13 | 0.41 | 0.26 | 40.52 | 0.37 | 0.59 |
| Hex | BD | A4 | 70 | 0 | D | 29 | 1A | 29 | 25 | 3B |
| Octal | 275 | 244 | 160 | 0 | 15 | 51 | 32 | 51 | 45 | 73 |
| Binary | 10111101 | 10100100 | 1110000 | 0 | 1101 | 101001 | 11010 | 101001 | 100101 | 111011 |
Color Harmonies of #BDA470
Complementary color
Monochromatic Colors of #BDA470
Black with #BDA470
Text Example
Text Example
White with #BDA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA470; }
p { color: rgb(189,164,112); }
H1.HeaderClassName
{
color: #BDA470;
}
.AnyTagClassName
{
color: #BDA470;
}
</style>
background-color css
<style>
a { background-color: #BDA470; }
a { background-color: rgb(189,164,112); }
div.DivClassName
{
background-color: #BDA470;
}
.BgClassName
{
background-color: #BDA470;
}
</style>
border-color css
<style>
span { border-color: #BDA470; }
span { border-color: rgb(189,164,112); }
td.TdClassName
{
border-color: #BDA470;
}
.TagClassName
{
border-color: #BDA470;
}
</style>