Shades of Fallow #BD976E
Tints of Fallow #BD976E
RGB
CMYK
RGB Variations
Color information
#BD976E (or 0xBD976E) is known color: Fallow. HEX triplet: BD, 97 and 6E. RGB value is (189,151,110). Sum of RGB (Red+Green+Blue) = 189+151+110=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD976E is #426891. Grayscale: #9D9D9D. Windows color (decimal): -4352146 or 7247805. OLE color: 7247805.
HSL color Cylindrical-coordinate representation of color #BD976E: hue angle of 31.14º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD976E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 110 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.26 |
| HSL | 31.14º | 0.37% | 0.59% | - |
| HSV(B) | 31.14º | 0.42% | 0.74% | - |
| XYZ | 34.87 | 34.08 | 19.49 | - |
| YUV | 157.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 110 | 0 | 0.20 | 0.42 | 0.26 | 31.14 | 0.37 | 0.59 |
| Hex | BD | 97 | 6E | 0 | 14 | 2A | 1A | 1F | 25 | 3B |
| Octal | 275 | 227 | 156 | 0 | 24 | 52 | 32 | 37 | 45 | 73 |
| Binary | 10111101 | 10010111 | 1101110 | 0 | 10100 | 101010 | 11010 | 11111 | 100101 | 111011 |
Color Harmonies of #BD976E
Complementary color
Monochromatic Colors of #BD976E
Black with #BD976E
Text Example
Text Example
White with #BD976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD976E; }
p { color: rgb(189,151,110); }
H1.HeaderClassName
{
color: #BD976E;
}
.AnyTagClassName
{
color: #BD976E;
}
</style>
background-color css
<style>
a { background-color: #BD976E; }
a { background-color: rgb(189,151,110); }
div.DivClassName
{
background-color: #BD976E;
}
.BgClassName
{
background-color: #BD976E;
}
</style>
border-color css
<style>
span { border-color: #BD976E; }
span { border-color: rgb(189,151,110); }
td.TdClassName
{
border-color: #BD976E;
}
.TagClassName
{
border-color: #BD976E;
}
</style>