Shades of Fallow #BD9F76
Tints of Fallow #BD9F76
RGB
CMYK
RGB Variations
Color information
#BD9F76 (or 0xBD9F76) is known color: Fallow. HEX triplet: BD, 9F and 76. RGB value is (189,159,118). Sum of RGB (Red+Green+Blue) = 189+159+118=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F76 is #426089. Grayscale: #A3A3A3. Windows color (decimal): -4350090 or 7774141. OLE color: 7774141.
HSL color Cylindrical-coordinate representation of color #BD9F76: hue angle of 34.65º 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 #BD9F76 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 118 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.26 |
| HSL | 34.65º | 0.35% | 0.6% | - |
| HSV(B) | 34.65º | 0.38% | 0.74% | - |
| XYZ | 36.65 | 36.92 | 22.33 | - |
| YUV | 163.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 118 | 0 | 0.16 | 0.38 | 0.26 | 34.65 | 0.35 | 0.6 |
| Hex | BD | 9F | 76 | 0 | 10 | 26 | 1A | 23 | 23 | 3C |
| Octal | 275 | 237 | 166 | 0 | 20 | 46 | 32 | 43 | 43 | 74 |
| Binary | 10111101 | 10011111 | 1110110 | 0 | 10000 | 100110 | 11010 | 100011 | 100011 | 111100 |
Color Harmonies of #BD9F76
Complementary color
Monochromatic Colors of #BD9F76
Black with #BD9F76
Text Example
Text Example
White with #BD9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F76; }
p { color: rgb(189,159,118); }
H1.HeaderClassName
{
color: #BD9F76;
}
.AnyTagClassName
{
color: #BD9F76;
}
</style>
background-color css
<style>
a { background-color: #BD9F76; }
a { background-color: rgb(189,159,118); }
div.DivClassName
{
background-color: #BD9F76;
}
.BgClassName
{
background-color: #BD9F76;
}
</style>
border-color css
<style>
span { border-color: #BD9F76; }
span { border-color: rgb(189,159,118); }
td.TdClassName
{
border-color: #BD9F76;
}
.TagClassName
{
border-color: #BD9F76;
}
</style>