Shades of Fallow #BD956D
Tints of Fallow #BD956D
RGB
CMYK
RGB Variations
Color information
#BD956D (or 0xBD956D) is known color: Fallow. HEX triplet: BD, 95 and 6D. RGB value is (189,149,109). Sum of RGB (Red+Green+Blue) = 189+149+109=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD956D is #426A92. Grayscale: #9C9C9C. Windows color (decimal): -4352659 or 7181757. OLE color: 7181757.
HSL color Cylindrical-coordinate representation of color #BD956D: hue angle of 30º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD956D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 109 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.26 |
| HSL | 30º | 0.38% | 0.58% | - |
| HSV(B) | 30º | 0.42% | 0.74% | - |
| XYZ | 34.49 | 33.42 | 19.1 | - |
| YUV | 156.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 109 | 0 | 0.21 | 0.42 | 0.26 | 30 | 0.38 | 0.58 |
| Hex | BD | 95 | 6D | 0 | 15 | 2A | 1A | 1E | 26 | 3A |
| Octal | 275 | 225 | 155 | 0 | 25 | 52 | 32 | 36 | 46 | 72 |
| Binary | 10111101 | 10010101 | 1101101 | 0 | 10101 | 101010 | 11010 | 11110 | 100110 | 111010 |
Color Harmonies of #BD956D
Complementary color
Monochromatic Colors of #BD956D
Black with #BD956D
Text Example
Text Example
White with #BD956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD956D; }
p { color: rgb(189,149,109); }
H1.HeaderClassName
{
color: #BD956D;
}
.AnyTagClassName
{
color: #BD956D;
}
</style>
background-color css
<style>
a { background-color: #BD956D; }
a { background-color: rgb(189,149,109); }
div.DivClassName
{
background-color: #BD956D;
}
.BgClassName
{
background-color: #BD956D;
}
</style>
border-color css
<style>
span { border-color: #BD956D; }
span { border-color: rgb(189,149,109); }
td.TdClassName
{
border-color: #BD956D;
}
.TagClassName
{
border-color: #BD956D;
}
</style>