Shades of Fallow #BD9F72
Tints of Fallow #BD9F72
RGB
CMYK
RGB Variations
Color information
#BD9F72 (or 0xBD9F72) is known color: Fallow. HEX triplet: BD, 9F and 72. RGB value is (189,159,114). Sum of RGB (Red+Green+Blue) = 189+159+114=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F72 is #42608D. Grayscale: #A3A3A3. Windows color (decimal): -4350094 or 7511997. OLE color: 7511997.
HSL color Cylindrical-coordinate representation of color #BD9F72: hue angle of 36º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9F72 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 114 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.26 |
| HSL | 36º | 0.36% | 0.59% | - |
| HSV(B) | 36º | 0.4% | 0.74% | - |
| XYZ | 36.42 | 36.83 | 21.11 | - |
| YUV | 162.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 114 | 0 | 0.16 | 0.40 | 0.26 | 36 | 0.36 | 0.59 |
| Hex | BD | 9F | 72 | 0 | 10 | 28 | 1A | 24 | 24 | 3B |
| Octal | 275 | 237 | 162 | 0 | 20 | 50 | 32 | 44 | 44 | 73 |
| Binary | 10111101 | 10011111 | 1110010 | 0 | 10000 | 101000 | 11010 | 100100 | 100100 | 111011 |
Color Harmonies of #BD9F72
Complementary color
Monochromatic Colors of #BD9F72
Black with #BD9F72
Text Example
Text Example
White with #BD9F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9F72; }
p { color: rgb(189,159,114); }
H1.HeaderClassName
{
color: #BD9F72;
}
.AnyTagClassName
{
color: #BD9F72;
}
</style>
background-color css
<style>
a { background-color: #BD9F72; }
a { background-color: rgb(189,159,114); }
div.DivClassName
{
background-color: #BD9F72;
}
.BgClassName
{
background-color: #BD9F72;
}
</style>
border-color css
<style>
span { border-color: #BD9F72; }
span { border-color: rgb(189,159,114); }
td.TdClassName
{
border-color: #BD9F72;
}
.TagClassName
{
border-color: #BD9F72;
}
</style>