Shades of Fallow #BDA178
Tints of Fallow #BDA178
RGB
CMYK
RGB Variations
Color information
#BDA178 (or 0xBDA178) is known color: Fallow. HEX triplet: BD, A1 and 78. RGB value is (189,161,120). Sum of RGB (Red+Green+Blue) = 189+161+120=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA178 is #425E87. Grayscale: #A4A4A4. Windows color (decimal): -4349576 or 7905725. OLE color: 7905725.
HSL color Cylindrical-coordinate representation of color #BDA178: hue angle of 35.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA178 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 120 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.26 |
| HSL | 35.65º | 0.34% | 0.61% | - |
| HSV(B) | 35.65º | 0.37% | 0.74% | - |
| XYZ | 37.12 | 37.66 | 23.08 | - |
| YUV | 164.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 120 | 0 | 0.15 | 0.37 | 0.26 | 35.65 | 0.34 | 0.61 |
| Hex | BD | A1 | 78 | 0 | F | 25 | 1A | 24 | 22 | 3D |
| Octal | 275 | 241 | 170 | 0 | 17 | 45 | 32 | 44 | 42 | 75 |
| Binary | 10111101 | 10100001 | 1111000 | 0 | 1111 | 100101 | 11010 | 100100 | 100010 | 111101 |
Color Harmonies of #BDA178
Complementary color
Monochromatic Colors of #BDA178
Black with #BDA178
Text Example
Text Example
White with #BDA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA178; }
p { color: rgb(189,161,120); }
H1.HeaderClassName
{
color: #BDA178;
}
.AnyTagClassName
{
color: #BDA178;
}
</style>
background-color css
<style>
a { background-color: #BDA178; }
a { background-color: rgb(189,161,120); }
div.DivClassName
{
background-color: #BDA178;
}
.BgClassName
{
background-color: #BDA178;
}
</style>
border-color css
<style>
span { border-color: #BDA178; }
span { border-color: rgb(189,161,120); }
td.TdClassName
{
border-color: #BDA178;
}
.TagClassName
{
border-color: #BDA178;
}
</style>