Shades of Fallow #BDA076
Tints of Fallow #BDA076
RGB
CMYK
RGB Variations
Color information
#BDA076 (or 0xBDA076) is known color: Fallow. HEX triplet: BD, A0 and 76. RGB value is (189,160,118). Sum of RGB (Red+Green+Blue) = 189+160+118=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA076 is #425F89. Grayscale: #A4A4A4. Windows color (decimal): -4349834 or 7774397. OLE color: 7774397.
HSL color Cylindrical-coordinate representation of color #BDA076: hue angle of 35.49º 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 #BDA076 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 118 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.26 |
| HSL | 35.49º | 0.35% | 0.6% | - |
| HSV(B) | 35.49º | 0.38% | 0.74% | - |
| XYZ | 36.83 | 37.27 | 22.39 | - |
| YUV | 163.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 118 | 0 | 0.15 | 0.38 | 0.26 | 35.49 | 0.35 | 0.6 |
| Hex | BD | A0 | 76 | 0 | F | 26 | 1A | 23 | 23 | 3C |
| Octal | 275 | 240 | 166 | 0 | 17 | 46 | 32 | 43 | 43 | 74 |
| Binary | 10111101 | 10100000 | 1110110 | 0 | 1111 | 100110 | 11010 | 100011 | 100011 | 111100 |
Color Harmonies of #BDA076
Complementary color
Monochromatic Colors of #BDA076
Black with #BDA076
Text Example
Text Example
White with #BDA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA076; }
p { color: rgb(189,160,118); }
H1.HeaderClassName
{
color: #BDA076;
}
.AnyTagClassName
{
color: #BDA076;
}
</style>
background-color css
<style>
a { background-color: #BDA076; }
a { background-color: rgb(189,160,118); }
div.DivClassName
{
background-color: #BDA076;
}
.BgClassName
{
background-color: #BDA076;
}
</style>
border-color css
<style>
span { border-color: #BDA076; }
span { border-color: rgb(189,160,118); }
td.TdClassName
{
border-color: #BDA076;
}
.TagClassName
{
border-color: #BDA076;
}
</style>