Shades of Fallow #BDA276
Tints of Fallow #BDA276
RGB
CMYK
RGB Variations
Color information
#BDA276 (or 0xBDA276) is known color: Fallow. HEX triplet: BD, A2 and 76. RGB value is (189,162,118). Sum of RGB (Red+Green+Blue) = 189+162+118=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA276 is #425D89. Grayscale: #A5A5A5. Windows color (decimal): -4349322 or 7774909. OLE color: 7774909.
HSL color Cylindrical-coordinate representation of color #BDA276: hue angle of 37.18º 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 #BDA276 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 118 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.26 |
| HSL | 37.18º | 0.35% | 0.6% | - |
| HSV(B) | 37.18º | 0.38% | 0.74% | - |
| XYZ | 37.18 | 37.97 | 22.51 | - |
| YUV | 165.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 118 | 0 | 0.14 | 0.38 | 0.26 | 37.18 | 0.35 | 0.6 |
| Hex | BD | A2 | 76 | 0 | E | 26 | 1A | 25 | 23 | 3C |
| Octal | 275 | 242 | 166 | 0 | 16 | 46 | 32 | 45 | 43 | 74 |
| Binary | 10111101 | 10100010 | 1110110 | 0 | 1110 | 100110 | 11010 | 100101 | 100011 | 111100 |
Color Harmonies of #BDA276
Complementary color
Monochromatic Colors of #BDA276
Black with #BDA276
Text Example
Text Example
White with #BDA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA276; }
p { color: rgb(189,162,118); }
H1.HeaderClassName
{
color: #BDA276;
}
.AnyTagClassName
{
color: #BDA276;
}
</style>
background-color css
<style>
a { background-color: #BDA276; }
a { background-color: rgb(189,162,118); }
div.DivClassName
{
background-color: #BDA276;
}
.BgClassName
{
background-color: #BDA276;
}
</style>
border-color css
<style>
span { border-color: #BDA276; }
span { border-color: rgb(189,162,118); }
td.TdClassName
{
border-color: #BDA276;
}
.TagClassName
{
border-color: #BDA276;
}
</style>