Shades of Fallow #BD956F
Tints of Fallow #BD956F
RGB
CMYK
RGB Variations
Color information
#BD956F (or 0xBD956F) is known color: Fallow. HEX triplet: BD, 95 and 6F. RGB value is (189,149,111). Sum of RGB (Red+Green+Blue) = 189+149+111=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD956F is #426A90. Grayscale: #9C9C9C. Windows color (decimal): -4352657 or 7312829. OLE color: 7312829.
HSL color Cylindrical-coordinate representation of color #BD956F: hue angle of 29.23º 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 #BD956F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 111 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.26 |
| HSL | 29.23º | 0.37% | 0.59% | - |
| HSV(B) | 29.23º | 0.41% | 0.74% | - |
| XYZ | 34.6 | 33.46 | 19.67 | - |
| YUV | 156.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 111 | 0 | 0.21 | 0.41 | 0.26 | 29.23 | 0.37 | 0.59 |
| Hex | BD | 95 | 6F | 0 | 15 | 29 | 1A | 1D | 25 | 3B |
| Octal | 275 | 225 | 157 | 0 | 25 | 51 | 32 | 35 | 45 | 73 |
| Binary | 10111101 | 10010101 | 1101111 | 0 | 10101 | 101001 | 11010 | 11101 | 100101 | 111011 |
Color Harmonies of #BD956F
Complementary color
Monochromatic Colors of #BD956F
Black with #BD956F
Text Example
Text Example
White with #BD956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD956F; }
p { color: rgb(189,149,111); }
H1.HeaderClassName
{
color: #BD956F;
}
.AnyTagClassName
{
color: #BD956F;
}
</style>
background-color css
<style>
a { background-color: #BD956F; }
a { background-color: rgb(189,149,111); }
div.DivClassName
{
background-color: #BD956F;
}
.BgClassName
{
background-color: #BD956F;
}
</style>
border-color css
<style>
span { border-color: #BD956F; }
span { border-color: rgb(189,149,111); }
td.TdClassName
{
border-color: #BD956F;
}
.TagClassName
{
border-color: #BD956F;
}
</style>