Shades of Fallow #BDA279
Tints of Fallow #BDA279
RGB
CMYK
RGB Variations
Color information
#BDA279 (or 0xBDA279) is known color: Fallow. HEX triplet: BD, A2 and 79. RGB value is (189,162,121). Sum of RGB (Red+Green+Blue) = 189+162+121=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA279 is #425D86. Grayscale: #A5A5A5. Windows color (decimal): -4349319 or 7971517. OLE color: 7971517.
HSL color Cylindrical-coordinate representation of color #BDA279: hue angle of 36.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA279 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 121 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.26 |
| HSL | 36.18º | 0.34% | 0.61% | - |
| HSV(B) | 36.18º | 0.36% | 0.74% | - |
| XYZ | 37.36 | 38.04 | 23.46 | - |
| YUV | 165.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 121 | 0 | 0.14 | 0.36 | 0.26 | 36.18 | 0.34 | 0.61 |
| Hex | BD | A2 | 79 | 0 | E | 24 | 1A | 24 | 22 | 3D |
| Octal | 275 | 242 | 171 | 0 | 16 | 44 | 32 | 44 | 42 | 75 |
| Binary | 10111101 | 10100010 | 1111001 | 0 | 1110 | 100100 | 11010 | 100100 | 100010 | 111101 |
Color Harmonies of #BDA279
Complementary color
Monochromatic Colors of #BDA279
Black with #BDA279
Text Example
Text Example
White with #BDA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA279; }
p { color: rgb(189,162,121); }
H1.HeaderClassName
{
color: #BDA279;
}
.AnyTagClassName
{
color: #BDA279;
}
</style>
background-color css
<style>
a { background-color: #BDA279; }
a { background-color: rgb(189,162,121); }
div.DivClassName
{
background-color: #BDA279;
}
.BgClassName
{
background-color: #BDA279;
}
</style>
border-color css
<style>
span { border-color: #BDA279; }
span { border-color: rgb(189,162,121); }
td.TdClassName
{
border-color: #BDA279;
}
.TagClassName
{
border-color: #BDA279;
}
</style>