Shades of Fallow #BDA573
Tints of Fallow #BDA573
RGB
CMYK
RGB Variations
Color information
#BDA573 (or 0xBDA573) is known color: Fallow. HEX triplet: BD, A5 and 73. RGB value is (189,165,115). Sum of RGB (Red+Green+Blue) = 189+165+115=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA573 is #425A8C. Grayscale: #A6A6A6. Windows color (decimal): -4348557 or 7579069. OLE color: 7579069.
HSL color Cylindrical-coordinate representation of color #BDA573: hue angle of 40.54º 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 #BDA573 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 115 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.26 |
| HSL | 40.54º | 0.36% | 0.6% | - |
| HSV(B) | 40.54º | 0.39% | 0.74% | - |
| XYZ | 37.54 | 38.97 | 21.76 | - |
| YUV | 166.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 115 | 0 | 0.13 | 0.39 | 0.26 | 40.54 | 0.36 | 0.6 |
| Hex | BD | A5 | 73 | 0 | D | 27 | 1A | 29 | 24 | 3C |
| Octal | 275 | 245 | 163 | 0 | 15 | 47 | 32 | 51 | 44 | 74 |
| Binary | 10111101 | 10100101 | 1110011 | 0 | 1101 | 100111 | 11010 | 101001 | 100100 | 111100 |
Color Harmonies of #BDA573
Complementary color
Monochromatic Colors of #BDA573
Black with #BDA573
Text Example
Text Example
White with #BDA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA573; }
p { color: rgb(189,165,115); }
H1.HeaderClassName
{
color: #BDA573;
}
.AnyTagClassName
{
color: #BDA573;
}
</style>
background-color css
<style>
a { background-color: #BDA573; }
a { background-color: rgb(189,165,115); }
div.DivClassName
{
background-color: #BDA573;
}
.BgClassName
{
background-color: #BDA573;
}
</style>
border-color css
<style>
span { border-color: #BDA573; }
span { border-color: rgb(189,165,115); }
td.TdClassName
{
border-color: #BDA573;
}
.TagClassName
{
border-color: #BDA573;
}
</style>