Shades of Fallow #BD9F77
Tints of Fallow #BD9F77
RGB
CMYK
RGB Variations
Color information
#BD9F77 (or 0xBD9F77) is known color: Fallow. HEX triplet: BD, 9F and 77. RGB value is (189,159,119). Sum of RGB (Red+Green+Blue) = 189+159+119=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F77 is #426088. Grayscale: #A3A3A3. Windows color (decimal): -4350089 or 7839677. OLE color: 7839677.
HSL color Cylindrical-coordinate representation of color #BD9F77: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9F77 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 119 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.26 |
| HSL | 34.29º | 0.35% | 0.6% | - |
| HSV(B) | 34.29º | 0.37% | 0.74% | - |
| XYZ | 36.71 | 36.95 | 22.65 | - |
| YUV | 163.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 119 | 0 | 0.16 | 0.37 | 0.26 | 34.29 | 0.35 | 0.6 |
| Hex | BD | 9F | 77 | 0 | 10 | 25 | 1A | 22 | 23 | 3C |
| Octal | 275 | 237 | 167 | 0 | 20 | 45 | 32 | 42 | 43 | 74 |
| Binary | 10111101 | 10011111 | 1110111 | 0 | 10000 | 100101 | 11010 | 100010 | 100011 | 111100 |
Color Harmonies of #BD9F77
Complementary color
Monochromatic Colors of #BD9F77
Black with #BD9F77
Text Example
Text Example
White with #BD9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F77; }
p { color: rgb(189,159,119); }
H1.HeaderClassName
{
color: #BD9F77;
}
.AnyTagClassName
{
color: #BD9F77;
}
</style>
background-color css
<style>
a { background-color: #BD9F77; }
a { background-color: rgb(189,159,119); }
div.DivClassName
{
background-color: #BD9F77;
}
.BgClassName
{
background-color: #BD9F77;
}
</style>
border-color css
<style>
span { border-color: #BD9F77; }
span { border-color: rgb(189,159,119); }
td.TdClassName
{
border-color: #BD9F77;
}
.TagClassName
{
border-color: #BD9F77;
}
</style>