Shades of Fallow #BDA378
Tints of Fallow #BDA378
RGB
CMYK
RGB Variations
Color information
#BDA378 (or 0xBDA378) is known color: Fallow. HEX triplet: BD, A3 and 78. RGB value is (189,163,120). Sum of RGB (Red+Green+Blue) = 189+163+120=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA378 is #425C87. Grayscale: #A6A6A6. Windows color (decimal): -4349064 or 7906237. OLE color: 7906237.
HSL color Cylindrical-coordinate representation of color #BDA378: hue angle of 37.39º 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 #BDA378 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 120 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.26 |
| HSL | 37.39º | 0.34% | 0.61% | - |
| HSV(B) | 37.39º | 0.37% | 0.74% | - |
| XYZ | 37.47 | 38.37 | 23.2 | - |
| YUV | 165.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 120 | 0 | 0.14 | 0.37 | 0.26 | 37.39 | 0.34 | 0.61 |
| Hex | BD | A3 | 78 | 0 | E | 25 | 1A | 25 | 22 | 3D |
| Octal | 275 | 243 | 170 | 0 | 16 | 45 | 32 | 45 | 42 | 75 |
| Binary | 10111101 | 10100011 | 1111000 | 0 | 1110 | 100101 | 11010 | 100101 | 100010 | 111101 |
Color Harmonies of #BDA378
Complementary color
Monochromatic Colors of #BDA378
Black with #BDA378
Text Example
Text Example
White with #BDA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA378; }
p { color: rgb(189,163,120); }
H1.HeaderClassName
{
color: #BDA378;
}
.AnyTagClassName
{
color: #BDA378;
}
</style>
background-color css
<style>
a { background-color: #BDA378; }
a { background-color: rgb(189,163,120); }
div.DivClassName
{
background-color: #BDA378;
}
.BgClassName
{
background-color: #BDA378;
}
</style>
border-color css
<style>
span { border-color: #BDA378; }
span { border-color: rgb(189,163,120); }
td.TdClassName
{
border-color: #BDA378;
}
.TagClassName
{
border-color: #BDA378;
}
</style>