Shades of Fallow #BDA36D
Tints of Fallow #BDA36D
RGB
CMYK
RGB Variations
Color information
#BDA36D (or 0xBDA36D) is known color: Fallow. HEX triplet: BD, A3 and 6D. RGB value is (189,163,109). Sum of RGB (Red+Green+Blue) = 189+163+109=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA36D is #425C92. Grayscale: #A4A4A4. Windows color (decimal): -4349075 or 7185341. OLE color: 7185341.
HSL color Cylindrical-coordinate representation of color #BDA36D: hue angle of 40.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA36D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 109 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.26 |
| HSL | 40.5º | 0.38% | 0.58% | - |
| HSV(B) | 40.5º | 0.42% | 0.74% | - |
| XYZ | 36.84 | 38.12 | 19.88 | - |
| YUV | 164.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 109 | 0 | 0.14 | 0.42 | 0.26 | 40.5 | 0.38 | 0.58 |
| Hex | BD | A3 | 6D | 0 | E | 2A | 1A | 28 | 26 | 3A |
| Octal | 275 | 243 | 155 | 0 | 16 | 52 | 32 | 50 | 46 | 72 |
| Binary | 10111101 | 10100011 | 1101101 | 0 | 1110 | 101010 | 11010 | 101000 | 100110 | 111010 |
Color Harmonies of #BDA36D
Complementary color
Monochromatic Colors of #BDA36D
Black with #BDA36D
Text Example
Text Example
White with #BDA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA36D; }
p { color: rgb(189,163,109); }
H1.HeaderClassName
{
color: #BDA36D;
}
.AnyTagClassName
{
color: #BDA36D;
}
</style>
background-color css
<style>
a { background-color: #BDA36D; }
a { background-color: rgb(189,163,109); }
div.DivClassName
{
background-color: #BDA36D;
}
.BgClassName
{
background-color: #BDA36D;
}
</style>
border-color css
<style>
span { border-color: #BDA36D; }
span { border-color: rgb(189,163,109); }
td.TdClassName
{
border-color: #BDA36D;
}
.TagClassName
{
border-color: #BDA36D;
}
</style>