Shades of Fallow #BDA473
Tints of Fallow #BDA473
RGB
CMYK
RGB Variations
Color information
#BDA473 (or 0xBDA473) is known color: Fallow. HEX triplet: BD, A4 and 73. RGB value is (189,164,115). Sum of RGB (Red+Green+Blue) = 189+164+115=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA473 is #425B8C. Grayscale: #A6A6A6. Windows color (decimal): -4348813 or 7578813. OLE color: 7578813.
HSL color Cylindrical-coordinate representation of color #BDA473: hue angle of 39.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDA473 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 115 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.26 |
| HSL | 39.73º | 0.36% | 0.6% | - |
| HSV(B) | 39.73º | 0.39% | 0.74% | - |
| XYZ | 37.36 | 38.61 | 21.7 | - |
| YUV | 165.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 115 | 0 | 0.13 | 0.39 | 0.26 | 39.73 | 0.36 | 0.6 |
| Hex | BD | A4 | 73 | 0 | D | 27 | 1A | 28 | 24 | 3C |
| Octal | 275 | 244 | 163 | 0 | 15 | 47 | 32 | 50 | 44 | 74 |
| Binary | 10111101 | 10100100 | 1110011 | 0 | 1101 | 100111 | 11010 | 101000 | 100100 | 111100 |
Color Harmonies of #BDA473
Complementary color
Monochromatic Colors of #BDA473
Black with #BDA473
Text Example
Text Example
White with #BDA473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA473; }
p { color: rgb(189,164,115); }
H1.HeaderClassName
{
color: #BDA473;
}
.AnyTagClassName
{
color: #BDA473;
}
</style>
background-color css
<style>
a { background-color: #BDA473; }
a { background-color: rgb(189,164,115); }
div.DivClassName
{
background-color: #BDA473;
}
.BgClassName
{
background-color: #BDA473;
}
</style>
border-color css
<style>
span { border-color: #BDA473; }
span { border-color: rgb(189,164,115); }
td.TdClassName
{
border-color: #BDA473;
}
.TagClassName
{
border-color: #BDA473;
}
</style>