Shades of Fallow #BD9A73
Tints of Fallow #BD9A73
RGB
CMYK
RGB Variations
Color information
#BD9A73 (or 0xBD9A73) is known color: Fallow. HEX triplet: BD, 9A and 73. RGB value is (189,154,115). Sum of RGB (Red+Green+Blue) = 189+154+115=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A73 is #42658C. Grayscale: #A0A0A0. Windows color (decimal): -4351373 or 7576253. OLE color: 7576253.
HSL color Cylindrical-coordinate representation of color #BD9A73: hue angle of 31.62º 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 #BD9A73 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 115 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.26 |
| HSL | 31.62º | 0.36% | 0.6% | - |
| HSV(B) | 31.62º | 0.39% | 0.74% | - |
| XYZ | 35.64 | 35.17 | 21.13 | - |
| YUV | 160.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 115 | 0 | 0.19 | 0.39 | 0.26 | 31.62 | 0.36 | 0.6 |
| Hex | BD | 9A | 73 | 0 | 13 | 27 | 1A | 20 | 24 | 3C |
| Octal | 275 | 232 | 163 | 0 | 23 | 47 | 32 | 40 | 44 | 74 |
| Binary | 10111101 | 10011010 | 1110011 | 0 | 10011 | 100111 | 11010 | 100000 | 100100 | 111100 |
Color Harmonies of #BD9A73
Complementary color
Monochromatic Colors of #BD9A73
Black with #BD9A73
Text Example
Text Example
White with #BD9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A73; }
p { color: rgb(189,154,115); }
H1.HeaderClassName
{
color: #BD9A73;
}
.AnyTagClassName
{
color: #BD9A73;
}
</style>
background-color css
<style>
a { background-color: #BD9A73; }
a { background-color: rgb(189,154,115); }
div.DivClassName
{
background-color: #BD9A73;
}
.BgClassName
{
background-color: #BD9A73;
}
</style>
border-color css
<style>
span { border-color: #BD9A73; }
span { border-color: rgb(189,154,115); }
td.TdClassName
{
border-color: #BD9A73;
}
.TagClassName
{
border-color: #BD9A73;
}
</style>