Shades of Fallow #BDA270
Tints of Fallow #BDA270
RGB
CMYK
RGB Variations
Color information
#BDA270 (or 0xBDA270) is known color: Fallow. HEX triplet: BD, A2 and 70. RGB value is (189,162,112). Sum of RGB (Red+Green+Blue) = 189+162+112=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA270 is #425D8F. Grayscale: #A4A4A4. Windows color (decimal): -4349328 or 7381693. OLE color: 7381693.
HSL color Cylindrical-coordinate representation of color #BDA270: hue angle of 38.96º 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 #BDA270 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 112 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.26 |
| HSL | 38.96º | 0.37% | 0.59% | - |
| HSV(B) | 38.96º | 0.41% | 0.74% | - |
| XYZ | 36.83 | 37.83 | 20.69 | - |
| YUV | 164.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 112 | 0 | 0.14 | 0.41 | 0.26 | 38.96 | 0.37 | 0.59 |
| Hex | BD | A2 | 70 | 0 | E | 29 | 1A | 27 | 25 | 3B |
| Octal | 275 | 242 | 160 | 0 | 16 | 51 | 32 | 47 | 45 | 73 |
| Binary | 10111101 | 10100010 | 1110000 | 0 | 1110 | 101001 | 11010 | 100111 | 100101 | 111011 |
Color Harmonies of #BDA270
Complementary color
Monochromatic Colors of #BDA270
Black with #BDA270
Text Example
Text Example
White with #BDA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA270; }
p { color: rgb(189,162,112); }
H1.HeaderClassName
{
color: #BDA270;
}
.AnyTagClassName
{
color: #BDA270;
}
</style>
background-color css
<style>
a { background-color: #BDA270; }
a { background-color: rgb(189,162,112); }
div.DivClassName
{
background-color: #BDA270;
}
.BgClassName
{
background-color: #BDA270;
}
</style>
border-color css
<style>
span { border-color: #BDA270; }
span { border-color: rgb(189,162,112); }
td.TdClassName
{
border-color: #BDA270;
}
.TagClassName
{
border-color: #BDA270;
}
</style>