Shades of Fallow #BD9E76
Tints of Fallow #BD9E76
RGB
CMYK
RGB Variations
Color information
#BD9E76 (or 0xBD9E76) is known color: Fallow. HEX triplet: BD, 9E and 76. RGB value is (189,158,118). Sum of RGB (Red+Green+Blue) = 189+158+118=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E76 is #426189. Grayscale: #A2A2A2. Windows color (decimal): -4350346 or 7773885. OLE color: 7773885.
HSL color Cylindrical-coordinate representation of color #BD9E76: hue angle of 33.8º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9E76 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 118 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.26 |
| HSL | 33.8º | 0.35% | 0.6% | - |
| HSV(B) | 33.8º | 0.38% | 0.74% | - |
| XYZ | 36.48 | 36.58 | 22.28 | - |
| YUV | 162.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 118 | 0 | 0.16 | 0.38 | 0.26 | 33.8 | 0.35 | 0.6 |
| Hex | BD | 9E | 76 | 0 | 10 | 26 | 1A | 22 | 23 | 3C |
| Octal | 275 | 236 | 166 | 0 | 20 | 46 | 32 | 42 | 43 | 74 |
| Binary | 10111101 | 10011110 | 1110110 | 0 | 10000 | 100110 | 11010 | 100010 | 100011 | 111100 |
Color Harmonies of #BD9E76
Complementary color
Monochromatic Colors of #BD9E76
Black with #BD9E76
Text Example
Text Example
White with #BD9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E76; }
p { color: rgb(189,158,118); }
H1.HeaderClassName
{
color: #BD9E76;
}
.AnyTagClassName
{
color: #BD9E76;
}
</style>
background-color css
<style>
a { background-color: #BD9E76; }
a { background-color: rgb(189,158,118); }
div.DivClassName
{
background-color: #BD9E76;
}
.BgClassName
{
background-color: #BD9E76;
}
</style>
border-color css
<style>
span { border-color: #BD9E76; }
span { border-color: rgb(189,158,118); }
td.TdClassName
{
border-color: #BD9E76;
}
.TagClassName
{
border-color: #BD9E76;
}
</style>