Shades of Fallow #BDA272
Tints of Fallow #BDA272
RGB
CMYK
RGB Variations
Color information
#BDA272 (or 0xBDA272) is known color: Fallow. HEX triplet: BD, A2 and 72. RGB value is (189,162,114). Sum of RGB (Red+Green+Blue) = 189+162+114=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA272 is #425D8D. Grayscale: #A4A4A4. Windows color (decimal): -4349326 or 7512765. OLE color: 7512765.
HSL color Cylindrical-coordinate representation of color #BDA272: hue angle of 38.4º 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 #BDA272 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 114 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.26 |
| HSL | 38.4º | 0.36% | 0.59% | - |
| HSV(B) | 38.4º | 0.4% | 0.74% | - |
| XYZ | 36.94 | 37.87 | 21.28 | - |
| YUV | 164.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 114 | 0 | 0.14 | 0.40 | 0.26 | 38.4 | 0.36 | 0.59 |
| Hex | BD | A2 | 72 | 0 | E | 28 | 1A | 26 | 24 | 3B |
| Octal | 275 | 242 | 162 | 0 | 16 | 50 | 32 | 46 | 44 | 73 |
| Binary | 10111101 | 10100010 | 1110010 | 0 | 1110 | 101000 | 11010 | 100110 | 100100 | 111011 |
Color Harmonies of #BDA272
Complementary color
Monochromatic Colors of #BDA272
Black with #BDA272
Text Example
Text Example
White with #BDA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA272; }
p { color: rgb(189,162,114); }
H1.HeaderClassName
{
color: #BDA272;
}
.AnyTagClassName
{
color: #BDA272;
}
</style>
background-color css
<style>
a { background-color: #BDA272; }
a { background-color: rgb(189,162,114); }
div.DivClassName
{
background-color: #BDA272;
}
.BgClassName
{
background-color: #BDA272;
}
</style>
border-color css
<style>
span { border-color: #BDA272; }
span { border-color: rgb(189,162,114); }
td.TdClassName
{
border-color: #BDA272;
}
.TagClassName
{
border-color: #BDA272;
}
</style>