Shades of Fallow #BD9666
Tints of Fallow #BD9666
RGB
CMYK
RGB Variations
Color information
#BD9666 (or 0xBD9666) is known color: Fallow. HEX triplet: BD, 96 and 66. RGB value is (189,150,102). Sum of RGB (Red+Green+Blue) = 189+150+102=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9666 is #426999. Grayscale: #9C9C9C. Windows color (decimal): -4352410 or 6723261. OLE color: 6723261.
HSL color Cylindrical-coordinate representation of color #BD9666: hue angle of 33.1º 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 #BD9666 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 102 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.26 |
| HSL | 33.1º | 0.4% | 0.57% | - |
| HSV(B) | 33.1º | 0.46% | 0.74% | - |
| XYZ | 34.29 | 33.59 | 17.25 | - |
| YUV | 156.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 102 | 0 | 0.21 | 0.46 | 0.26 | 33.1 | 0.4 | 0.57 |
| Hex | BD | 96 | 66 | 0 | 15 | 2E | 1A | 21 | 28 | 39 |
| Octal | 275 | 226 | 146 | 0 | 25 | 56 | 32 | 41 | 50 | 71 |
| Binary | 10111101 | 10010110 | 1100110 | 0 | 10101 | 101110 | 11010 | 100001 | 101000 | 111001 |
Color Harmonies of #BD9666
Complementary color
Monochromatic Colors of #BD9666
Black with #BD9666
Text Example
Text Example
White with #BD9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9666; }
p { color: rgb(189,150,102); }
H1.HeaderClassName
{
color: #BD9666;
}
.AnyTagClassName
{
color: #BD9666;
}
</style>
background-color css
<style>
a { background-color: #BD9666; }
a { background-color: rgb(189,150,102); }
div.DivClassName
{
background-color: #BD9666;
}
.BgClassName
{
background-color: #BD9666;
}
</style>
border-color css
<style>
span { border-color: #BD9666; }
span { border-color: rgb(189,150,102); }
td.TdClassName
{
border-color: #BD9666;
}
.TagClassName
{
border-color: #BD9666;
}
</style>