Shades of Fallow #BDA06F
Tints of Fallow #BDA06F
RGB
CMYK
RGB Variations
Color information
#BDA06F (or 0xBDA06F) is known color: Fallow. HEX triplet: BD, A0 and 6F. RGB value is (189,160,111). Sum of RGB (Red+Green+Blue) = 189+160+111=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06F is #425F90. Grayscale: #A3A3A3. Windows color (decimal): -4349841 or 7315645. OLE color: 7315645.
HSL color Cylindrical-coordinate representation of color #BDA06F: hue angle of 37.69º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDA06F is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 111 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.26 |
| HSL | 37.69º | 0.37% | 0.59% | - |
| HSV(B) | 37.69º | 0.41% | 0.74% | - |
| XYZ | 36.43 | 37.11 | 20.28 | - |
| YUV | 163.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 111 | 0 | 0.15 | 0.41 | 0.26 | 37.69 | 0.37 | 0.59 |
| Hex | BD | A0 | 6F | 0 | F | 29 | 1A | 26 | 25 | 3B |
| Octal | 275 | 240 | 157 | 0 | 17 | 51 | 32 | 46 | 45 | 73 |
| Binary | 10111101 | 10100000 | 1101111 | 0 | 1111 | 101001 | 11010 | 100110 | 100101 | 111011 |
Color Harmonies of #BDA06F
Complementary color
Monochromatic Colors of #BDA06F
Black with #BDA06F
Text Example
Text Example
White with #BDA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA06F; }
p { color: rgb(189,160,111); }
H1.HeaderClassName
{
color: #BDA06F;
}
.AnyTagClassName
{
color: #BDA06F;
}
</style>
background-color css
<style>
a { background-color: #BDA06F; }
a { background-color: rgb(189,160,111); }
div.DivClassName
{
background-color: #BDA06F;
}
.BgClassName
{
background-color: #BDA06F;
}
</style>
border-color css
<style>
span { border-color: #BDA06F; }
span { border-color: rgb(189,160,111); }
td.TdClassName
{
border-color: #BDA06F;
}
.TagClassName
{
border-color: #BDA06F;
}
</style>