Shades of Fallow #BDA169
Tints of Fallow #BDA169
RGB
CMYK
RGB Variations
Color information
#BDA169 (or 0xBDA169) is known color: Fallow. HEX triplet: BD, A1 and 69. RGB value is (189,161,105). Sum of RGB (Red+Green+Blue) = 189+161+105=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA169 is #425E96. Grayscale: #A3A3A3. Windows color (decimal): -4349591 or 6922685. OLE color: 6922685.
HSL color Cylindrical-coordinate representation of color #BDA169: hue angle of 40º 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 #BDA169 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 105 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.26 |
| HSL | 40º | 0.39% | 0.58% | - |
| HSV(B) | 40º | 0.44% | 0.74% | - |
| XYZ | 36.28 | 37.33 | 18.66 | - |
| YUV | 162.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 105 | 0 | 0.15 | 0.44 | 0.26 | 40 | 0.39 | 0.58 |
| Hex | BD | A1 | 69 | 0 | F | 2C | 1A | 28 | 27 | 3A |
| Octal | 275 | 241 | 151 | 0 | 17 | 54 | 32 | 50 | 47 | 72 |
| Binary | 10111101 | 10100001 | 1101001 | 0 | 1111 | 101100 | 11010 | 101000 | 100111 | 111010 |
Color Harmonies of #BDA169
Complementary color
Monochromatic Colors of #BDA169
Black with #BDA169
Text Example
Text Example
White with #BDA169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA169; }
p { color: rgb(189,161,105); }
H1.HeaderClassName
{
color: #BDA169;
}
.AnyTagClassName
{
color: #BDA169;
}
</style>
background-color css
<style>
a { background-color: #BDA169; }
a { background-color: rgb(189,161,105); }
div.DivClassName
{
background-color: #BDA169;
}
.BgClassName
{
background-color: #BDA169;
}
</style>
border-color css
<style>
span { border-color: #BDA169; }
span { border-color: rgb(189,161,105); }
td.TdClassName
{
border-color: #BDA169;
}
.TagClassName
{
border-color: #BDA169;
}
</style>