Shades of Fallow #BDA278
Tints of Fallow #BDA278
RGB
CMYK
RGB Variations
Color information
#BDA278 (or 0xBDA278) is known color: Fallow. HEX triplet: BD, A2 and 78. RGB value is (189,162,120). Sum of RGB (Red+Green+Blue) = 189+162+120=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA278 is #425D87. Grayscale: #A5A5A5. Windows color (decimal): -4349320 or 7905981. OLE color: 7905981.
HSL color Cylindrical-coordinate representation of color #BDA278: hue angle of 36.52º 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 #BDA278 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 120 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.26 |
| HSL | 36.52º | 0.34% | 0.61% | - |
| HSV(B) | 36.52º | 0.37% | 0.74% | - |
| XYZ | 37.3 | 38.02 | 23.14 | - |
| YUV | 165.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 120 | 0 | 0.14 | 0.37 | 0.26 | 36.52 | 0.34 | 0.61 |
| Hex | BD | A2 | 78 | 0 | E | 25 | 1A | 25 | 22 | 3D |
| Octal | 275 | 242 | 170 | 0 | 16 | 45 | 32 | 45 | 42 | 75 |
| Binary | 10111101 | 10100010 | 1111000 | 0 | 1110 | 100101 | 11010 | 100101 | 100010 | 111101 |
Color Harmonies of #BDA278
Complementary color
Monochromatic Colors of #BDA278
Black with #BDA278
Text Example
Text Example
White with #BDA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA278; }
p { color: rgb(189,162,120); }
H1.HeaderClassName
{
color: #BDA278;
}
.AnyTagClassName
{
color: #BDA278;
}
</style>
background-color css
<style>
a { background-color: #BDA278; }
a { background-color: rgb(189,162,120); }
div.DivClassName
{
background-color: #BDA278;
}
.BgClassName
{
background-color: #BDA278;
}
</style>
border-color css
<style>
span { border-color: #BDA278; }
span { border-color: rgb(189,162,120); }
td.TdClassName
{
border-color: #BDA278;
}
.TagClassName
{
border-color: #BDA278;
}
</style>