Shades of Fallow #BDA570
Tints of Fallow #BDA570
RGB
CMYK
RGB Variations
Color information
#BDA570 (or 0xBDA570) is known color: Fallow. HEX triplet: BD, A5 and 70. RGB value is (189,165,112). Sum of RGB (Red+Green+Blue) = 189+165+112=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA570 is #425A8F. Grayscale: #A6A6A6. Windows color (decimal): -4348560 or 7382461. OLE color: 7382461.
HSL color Cylindrical-coordinate representation of color #BDA570: hue angle of 41.3º 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 #BDA570 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 112 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.26 |
| HSL | 41.3º | 0.37% | 0.59% | - |
| HSV(B) | 41.3º | 0.41% | 0.74% | - |
| XYZ | 37.37 | 38.9 | 20.87 | - |
| YUV | 166.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 112 | 0 | 0.13 | 0.41 | 0.26 | 41.3 | 0.37 | 0.59 |
| Hex | BD | A5 | 70 | 0 | D | 29 | 1A | 29 | 25 | 3B |
| Octal | 275 | 245 | 160 | 0 | 15 | 51 | 32 | 51 | 45 | 73 |
| Binary | 10111101 | 10100101 | 1110000 | 0 | 1101 | 101001 | 11010 | 101001 | 100101 | 111011 |
Color Harmonies of #BDA570
Complementary color
Monochromatic Colors of #BDA570
Black with #BDA570
Text Example
Text Example
White with #BDA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA570; }
p { color: rgb(189,165,112); }
H1.HeaderClassName
{
color: #BDA570;
}
.AnyTagClassName
{
color: #BDA570;
}
</style>
background-color css
<style>
a { background-color: #BDA570; }
a { background-color: rgb(189,165,112); }
div.DivClassName
{
background-color: #BDA570;
}
.BgClassName
{
background-color: #BDA570;
}
</style>
border-color css
<style>
span { border-color: #BDA570; }
span { border-color: rgb(189,165,112); }
td.TdClassName
{
border-color: #BDA570;
}
.TagClassName
{
border-color: #BDA570;
}
</style>