Shades of Fallow #BD9D73
Tints of Fallow #BD9D73
RGB
CMYK
RGB Variations
Color information
#BD9D73 (or 0xBD9D73) is known color: Fallow. HEX triplet: BD, 9D and 73. RGB value is (189,157,115). Sum of RGB (Red+Green+Blue) = 189+157+115=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D73 is #42628C. Grayscale: #A1A1A1. Windows color (decimal): -4350605 or 7577021. OLE color: 7577021.
HSL color Cylindrical-coordinate representation of color #BD9D73: hue angle of 34.05º 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 #BD9D73 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 115 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.26 |
| HSL | 34.05º | 0.36% | 0.6% | - |
| HSV(B) | 34.05º | 0.39% | 0.74% | - |
| XYZ | 36.14 | 36.17 | 21.3 | - |
| YUV | 161.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 115 | 0 | 0.17 | 0.39 | 0.26 | 34.05 | 0.36 | 0.6 |
| Hex | BD | 9D | 73 | 0 | 11 | 27 | 1A | 22 | 24 | 3C |
| Octal | 275 | 235 | 163 | 0 | 21 | 47 | 32 | 42 | 44 | 74 |
| Binary | 10111101 | 10011101 | 1110011 | 0 | 10001 | 100111 | 11010 | 100010 | 100100 | 111100 |
Color Harmonies of #BD9D73
Complementary color
Monochromatic Colors of #BD9D73
Black with #BD9D73
Text Example
Text Example
White with #BD9D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D73; }
p { color: rgb(189,157,115); }
H1.HeaderClassName
{
color: #BD9D73;
}
.AnyTagClassName
{
color: #BD9D73;
}
</style>
background-color css
<style>
a { background-color: #BD9D73; }
a { background-color: rgb(189,157,115); }
div.DivClassName
{
background-color: #BD9D73;
}
.BgClassName
{
background-color: #BD9D73;
}
</style>
border-color css
<style>
span { border-color: #BD9D73; }
span { border-color: rgb(189,157,115); }
td.TdClassName
{
border-color: #BD9D73;
}
.TagClassName
{
border-color: #BD9D73;
}
</style>