Shades of Fallow #BDA56D
Tints of Fallow #BDA56D
RGB
CMYK
RGB Variations
Color information
#BDA56D (or 0xBDA56D) is known color: Fallow. HEX triplet: BD, A5 and 6D. RGB value is (189,165,109). Sum of RGB (Red+Green+Blue) = 189+165+109=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56D is #425A92. Grayscale: #A6A6A6. Windows color (decimal): -4348563 or 7185853. OLE color: 7185853.
HSL color Cylindrical-coordinate representation of color #BDA56D: hue angle of 42º 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 #BDA56D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 109 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.26 |
| HSL | 42º | 0.38% | 0.58% | - |
| HSV(B) | 42º | 0.42% | 0.74% | - |
| XYZ | 37.2 | 38.83 | 20 | - |
| YUV | 165.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 109 | 0 | 0.13 | 0.42 | 0.26 | 42 | 0.38 | 0.58 |
| Hex | BD | A5 | 6D | 0 | D | 2A | 1A | 2A | 26 | 3A |
| Octal | 275 | 245 | 155 | 0 | 15 | 52 | 32 | 52 | 46 | 72 |
| Binary | 10111101 | 10100101 | 1101101 | 0 | 1101 | 101010 | 11010 | 101010 | 100110 | 111010 |
Color Harmonies of #BDA56D
Complementary color
Monochromatic Colors of #BDA56D
Black with #BDA56D
Text Example
Text Example
White with #BDA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA56D; }
p { color: rgb(189,165,109); }
H1.HeaderClassName
{
color: #BDA56D;
}
.AnyTagClassName
{
color: #BDA56D;
}
</style>
background-color css
<style>
a { background-color: #BDA56D; }
a { background-color: rgb(189,165,109); }
div.DivClassName
{
background-color: #BDA56D;
}
.BgClassName
{
background-color: #BDA56D;
}
</style>
border-color css
<style>
span { border-color: #BDA56D; }
span { border-color: rgb(189,165,109); }
td.TdClassName
{
border-color: #BDA56D;
}
.TagClassName
{
border-color: #BDA56D;
}
</style>