Shades of Fallow #BDA472
Tints of Fallow #BDA472
RGB
CMYK
RGB Variations
Color information
#BDA472 (or 0xBDA472) is known color: Fallow. HEX triplet: BD, A4 and 72. RGB value is (189,164,114). Sum of RGB (Red+Green+Blue) = 189+164+114=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA472 is #425B8D. Grayscale: #A5A5A5. Windows color (decimal): -4348814 or 7513277. OLE color: 7513277.
HSL color Cylindrical-coordinate representation of color #BDA472: hue angle of 40º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA472 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 114 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.26 |
| HSL | 40º | 0.36% | 0.59% | - |
| HSV(B) | 40º | 0.4% | 0.74% | - |
| XYZ | 37.3 | 38.58 | 21.4 | - |
| YUV | 165.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 114 | 0 | 0.13 | 0.40 | 0.26 | 40 | 0.36 | 0.59 |
| Hex | BD | A4 | 72 | 0 | D | 28 | 1A | 28 | 24 | 3B |
| Octal | 275 | 244 | 162 | 0 | 15 | 50 | 32 | 50 | 44 | 73 |
| Binary | 10111101 | 10100100 | 1110010 | 0 | 1101 | 101000 | 11010 | 101000 | 100100 | 111011 |
Color Harmonies of #BDA472
Complementary color
Monochromatic Colors of #BDA472
Black with #BDA472
Text Example
Text Example
White with #BDA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA472; }
p { color: rgb(189,164,114); }
H1.HeaderClassName
{
color: #BDA472;
}
.AnyTagClassName
{
color: #BDA472;
}
</style>
background-color css
<style>
a { background-color: #BDA472; }
a { background-color: rgb(189,164,114); }
div.DivClassName
{
background-color: #BDA472;
}
.BgClassName
{
background-color: #BDA472;
}
</style>
border-color css
<style>
span { border-color: #BDA472; }
span { border-color: rgb(189,164,114); }
td.TdClassName
{
border-color: #BDA472;
}
.TagClassName
{
border-color: #BDA472;
}
</style>