Shades of Fallow #BDA377
Tints of Fallow #BDA377
RGB
CMYK
RGB Variations
Color information
#BDA377 (or 0xBDA377) is known color: Fallow. HEX triplet: BD, A3 and 77. RGB value is (189,163,119). Sum of RGB (Red+Green+Blue) = 189+163+119=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA377 is #425C88. Grayscale: #A5A5A5. Windows color (decimal): -4349065 or 7840701. OLE color: 7840701.
HSL color Cylindrical-coordinate representation of color #BDA377: hue angle of 37.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA377 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 119 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.26 |
| HSL | 37.71º | 0.35% | 0.6% | - |
| HSV(B) | 37.71º | 0.37% | 0.74% | - |
| XYZ | 37.41 | 38.35 | 22.88 | - |
| YUV | 165.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 119 | 0 | 0.14 | 0.37 | 0.26 | 37.71 | 0.35 | 0.6 |
| Hex | BD | A3 | 77 | 0 | E | 25 | 1A | 26 | 23 | 3C |
| Octal | 275 | 243 | 167 | 0 | 16 | 45 | 32 | 46 | 43 | 74 |
| Binary | 10111101 | 10100011 | 1110111 | 0 | 1110 | 100101 | 11010 | 100110 | 100011 | 111100 |
Color Harmonies of #BDA377
Complementary color
Monochromatic Colors of #BDA377
Black with #BDA377
Text Example
Text Example
White with #BDA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA377; }
p { color: rgb(189,163,119); }
H1.HeaderClassName
{
color: #BDA377;
}
.AnyTagClassName
{
color: #BDA377;
}
</style>
background-color css
<style>
a { background-color: #BDA377; }
a { background-color: rgb(189,163,119); }
div.DivClassName
{
background-color: #BDA377;
}
.BgClassName
{
background-color: #BDA377;
}
</style>
border-color css
<style>
span { border-color: #BDA377; }
span { border-color: rgb(189,163,119); }
td.TdClassName
{
border-color: #BDA377;
}
.TagClassName
{
border-color: #BDA377;
}
</style>