Shades of Fallow #BDA075
Tints of Fallow #BDA075
RGB
CMYK
RGB Variations
Color information
#BDA075 (or 0xBDA075) is known color: Fallow. HEX triplet: BD, A0 and 75. RGB value is (189,160,117). Sum of RGB (Red+Green+Blue) = 189+160+117=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA075 is #425F8A. Grayscale: #A3A3A3. Windows color (decimal): -4349835 or 7708861. OLE color: 7708861.
HSL color Cylindrical-coordinate representation of color #BDA075: hue angle of 35.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDA075 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 117 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.26 |
| HSL | 35.83º | 0.35% | 0.6% | - |
| HSV(B) | 35.83º | 0.38% | 0.74% | - |
| XYZ | 36.77 | 37.24 | 22.08 | - |
| YUV | 163.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 117 | 0 | 0.15 | 0.38 | 0.26 | 35.83 | 0.35 | 0.6 |
| Hex | BD | A0 | 75 | 0 | F | 26 | 1A | 24 | 23 | 3C |
| Octal | 275 | 240 | 165 | 0 | 17 | 46 | 32 | 44 | 43 | 74 |
| Binary | 10111101 | 10100000 | 1110101 | 0 | 1111 | 100110 | 11010 | 100100 | 100011 | 111100 |
Color Harmonies of #BDA075
Complementary color
Monochromatic Colors of #BDA075
Black with #BDA075
Text Example
Text Example
White with #BDA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA075; }
p { color: rgb(189,160,117); }
H1.HeaderClassName
{
color: #BDA075;
}
.AnyTagClassName
{
color: #BDA075;
}
</style>
background-color css
<style>
a { background-color: #BDA075; }
a { background-color: rgb(189,160,117); }
div.DivClassName
{
background-color: #BDA075;
}
.BgClassName
{
background-color: #BDA075;
}
</style>
border-color css
<style>
span { border-color: #BDA075; }
span { border-color: rgb(189,160,117); }
td.TdClassName
{
border-color: #BDA075;
}
.TagClassName
{
border-color: #BDA075;
}
</style>