Shades of Fallow #BD9669
Tints of Fallow #BD9669
RGB
CMYK
RGB Variations
Color information
#BD9669 (or 0xBD9669) is known color: Fallow. HEX triplet: BD, 96 and 69. RGB value is (189,150,105). Sum of RGB (Red+Green+Blue) = 189+150+105=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9669 is #426996. Grayscale: #9C9C9C. Windows color (decimal): -4352407 or 6919869. OLE color: 6919869.
HSL color Cylindrical-coordinate representation of color #BD9669: hue angle of 32.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD9669 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 105 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.26 |
| HSL | 32.14º | 0.39% | 0.58% | - |
| HSV(B) | 32.14º | 0.44% | 0.74% | - |
| XYZ | 34.44 | 33.65 | 18.04 | - |
| YUV | 156.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 105 | 0 | 0.21 | 0.44 | 0.26 | 32.14 | 0.39 | 0.58 |
| Hex | BD | 96 | 69 | 0 | 15 | 2C | 1A | 20 | 27 | 3A |
| Octal | 275 | 226 | 151 | 0 | 25 | 54 | 32 | 40 | 47 | 72 |
| Binary | 10111101 | 10010110 | 1101001 | 0 | 10101 | 101100 | 11010 | 100000 | 100111 | 111010 |
Color Harmonies of #BD9669
Complementary color
Monochromatic Colors of #BD9669
Black with #BD9669
Text Example
Text Example
White with #BD9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9669; }
p { color: rgb(189,150,105); }
H1.HeaderClassName
{
color: #BD9669;
}
.AnyTagClassName
{
color: #BD9669;
}
</style>
background-color css
<style>
a { background-color: #BD9669; }
a { background-color: rgb(189,150,105); }
div.DivClassName
{
background-color: #BD9669;
}
.BgClassName
{
background-color: #BD9669;
}
</style>
border-color css
<style>
span { border-color: #BD9669; }
span { border-color: rgb(189,150,105); }
td.TdClassName
{
border-color: #BD9669;
}
.TagClassName
{
border-color: #BD9669;
}
</style>