Shades of Fallow #BD9069
Tints of Fallow #BD9069
RGB
CMYK
RGB Variations
Color information
#BD9069 (or 0xBD9069) is known color: Fallow. HEX triplet: BD, 90 and 69. RGB value is (189,144,105). Sum of RGB (Red+Green+Blue) = 189+144+105=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9069 is #426F96. Grayscale: #999999. Windows color (decimal): -4353943 or 6918333. OLE color: 6918333.
HSL color Cylindrical-coordinate representation of color #BD9069: hue angle of 27.86º 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 #BD9069 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 105 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.26 |
| HSL | 27.86º | 0.39% | 0.58% | - |
| HSV(B) | 27.86º | 0.44% | 0.74% | - |
| XYZ | 33.51 | 31.79 | 17.73 | - |
| YUV | 153.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 105 | 0 | 0.24 | 0.44 | 0.26 | 27.86 | 0.39 | 0.58 |
| Hex | BD | 90 | 69 | 0 | 18 | 2C | 1A | 1C | 27 | 3A |
| Octal | 275 | 220 | 151 | 0 | 30 | 54 | 32 | 34 | 47 | 72 |
| Binary | 10111101 | 10010000 | 1101001 | 0 | 11000 | 101100 | 11010 | 11100 | 100111 | 111010 |
Color Harmonies of #BD9069
Complementary color
Monochromatic Colors of #BD9069
Black with #BD9069
Text Example
Text Example
White with #BD9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9069; }
p { color: rgb(189,144,105); }
H1.HeaderClassName
{
color: #BD9069;
}
.AnyTagClassName
{
color: #BD9069;
}
</style>
background-color css
<style>
a { background-color: #BD9069; }
a { background-color: rgb(189,144,105); }
div.DivClassName
{
background-color: #BD9069;
}
.BgClassName
{
background-color: #BD9069;
}
</style>
border-color css
<style>
span { border-color: #BD9069; }
span { border-color: rgb(189,144,105); }
td.TdClassName
{
border-color: #BD9069;
}
.TagClassName
{
border-color: #BD9069;
}
</style>