Shades of Fallow #BD9066
Tints of Fallow #BD9066
RGB
CMYK
RGB Variations
Color information
#BD9066 (or 0xBD9066) is known color: Fallow. HEX triplet: BD, 90 and 66. RGB value is (189,144,102). Sum of RGB (Red+Green+Blue) = 189+144+102=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9066 is #426F99. Grayscale: #989898. Windows color (decimal): -4353946 or 6721725. OLE color: 6721725.
HSL color Cylindrical-coordinate representation of color #BD9066: hue angle of 28.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD9066 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 102 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.26 |
| HSL | 28.97º | 0.4% | 0.57% | - |
| HSV(B) | 28.97º | 0.46% | 0.74% | - |
| XYZ | 33.36 | 31.72 | 16.94 | - |
| YUV | 152.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 102 | 0 | 0.24 | 0.46 | 0.26 | 28.97 | 0.4 | 0.57 |
| Hex | BD | 90 | 66 | 0 | 18 | 2E | 1A | 1D | 28 | 39 |
| Octal | 275 | 220 | 146 | 0 | 30 | 56 | 32 | 35 | 50 | 71 |
| Binary | 10111101 | 10010000 | 1100110 | 0 | 11000 | 101110 | 11010 | 11101 | 101000 | 111001 |
Color Harmonies of #BD9066
Complementary color
Monochromatic Colors of #BD9066
Black with #BD9066
Text Example
Text Example
White with #BD9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9066; }
p { color: rgb(189,144,102); }
H1.HeaderClassName
{
color: #BD9066;
}
.AnyTagClassName
{
color: #BD9066;
}
</style>
background-color css
<style>
a { background-color: #BD9066; }
a { background-color: rgb(189,144,102); }
div.DivClassName
{
background-color: #BD9066;
}
.BgClassName
{
background-color: #BD9066;
}
</style>
border-color css
<style>
span { border-color: #BD9066; }
span { border-color: rgb(189,144,102); }
td.TdClassName
{
border-color: #BD9066;
}
.TagClassName
{
border-color: #BD9066;
}
</style>