Shades of Fallow #BD976F
Tints of Fallow #BD976F
RGB
CMYK
RGB Variations
Color information
#BD976F (or 0xBD976F) is known color: Fallow. HEX triplet: BD, 97 and 6F. RGB value is (189,151,111). Sum of RGB (Red+Green+Blue) = 189+151+111=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD976F is #426890. Grayscale: #9E9E9E. Windows color (decimal): -4352145 or 7313341. OLE color: 7313341.
HSL color Cylindrical-coordinate representation of color #BD976F: hue angle of 30.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD976F is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 111 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.26 |
| HSL | 30.77º | 0.37% | 0.59% | - |
| HSV(B) | 30.77º | 0.41% | 0.74% | - |
| XYZ | 34.92 | 34.1 | 19.78 | - |
| YUV | 157.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 111 | 0 | 0.20 | 0.41 | 0.26 | 30.77 | 0.37 | 0.59 |
| Hex | BD | 97 | 6F | 0 | 14 | 29 | 1A | 1F | 25 | 3B |
| Octal | 275 | 227 | 157 | 0 | 24 | 51 | 32 | 37 | 45 | 73 |
| Binary | 10111101 | 10010111 | 1101111 | 0 | 10100 | 101001 | 11010 | 11111 | 100101 | 111011 |
Color Harmonies of #BD976F
Complementary color
Monochromatic Colors of #BD976F
Black with #BD976F
Text Example
Text Example
White with #BD976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD976F; }
p { color: rgb(189,151,111); }
H1.HeaderClassName
{
color: #BD976F;
}
.AnyTagClassName
{
color: #BD976F;
}
</style>
background-color css
<style>
a { background-color: #BD976F; }
a { background-color: rgb(189,151,111); }
div.DivClassName
{
background-color: #BD976F;
}
.BgClassName
{
background-color: #BD976F;
}
</style>
border-color css
<style>
span { border-color: #BD976F; }
span { border-color: rgb(189,151,111); }
td.TdClassName
{
border-color: #BD976F;
}
.TagClassName
{
border-color: #BD976F;
}
</style>