Shades of Fallow #BDA56F
Tints of Fallow #BDA56F
RGB
CMYK
RGB Variations
Color information
#BDA56F (or 0xBDA56F) is known color: Fallow. HEX triplet: BD, A5 and 6F. RGB value is (189,165,111). Sum of RGB (Red+Green+Blue) = 189+165+111=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56F is #425A90. Grayscale: #A6A6A6. Windows color (decimal): -4348561 or 7316925. OLE color: 7316925.
HSL color Cylindrical-coordinate representation of color #BDA56F: hue angle of 41.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDA56F is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 111 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.26 |
| HSL | 41.54º | 0.37% | 0.59% | - |
| HSV(B) | 41.54º | 0.41% | 0.74% | - |
| XYZ | 37.31 | 38.88 | 20.58 | - |
| YUV | 166.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 111 | 0 | 0.13 | 0.41 | 0.26 | 41.54 | 0.37 | 0.59 |
| Hex | BD | A5 | 6F | 0 | D | 29 | 1A | 2A | 25 | 3B |
| Octal | 275 | 245 | 157 | 0 | 15 | 51 | 32 | 52 | 45 | 73 |
| Binary | 10111101 | 10100101 | 1101111 | 0 | 1101 | 101001 | 11010 | 101010 | 100101 | 111011 |
Color Harmonies of #BDA56F
Complementary color
Monochromatic Colors of #BDA56F
Black with #BDA56F
Text Example
Text Example
White with #BDA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA56F; }
p { color: rgb(189,165,111); }
H1.HeaderClassName
{
color: #BDA56F;
}
.AnyTagClassName
{
color: #BDA56F;
}
</style>
background-color css
<style>
a { background-color: #BDA56F; }
a { background-color: rgb(189,165,111); }
div.DivClassName
{
background-color: #BDA56F;
}
.BgClassName
{
background-color: #BDA56F;
}
</style>
border-color css
<style>
span { border-color: #BDA56F; }
span { border-color: rgb(189,165,111); }
td.TdClassName
{
border-color: #BDA56F;
}
.TagClassName
{
border-color: #BDA56F;
}
</style>