Shades of Fallow #BDA068
Tints of Fallow #BDA068
RGB
CMYK
RGB Variations
Color information
#BDA068 (or 0xBDA068) is known color: Fallow. HEX triplet: BD, A0 and 68. RGB value is (189,160,104). Sum of RGB (Red+Green+Blue) = 189+160+104=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA068 is #425F97. Grayscale: #A2A2A2. Windows color (decimal): -4349848 or 6856893. OLE color: 6856893.
HSL color Cylindrical-coordinate representation of color #BDA068: hue angle of 39.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDA068 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 104 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.26 |
| HSL | 39.53º | 0.39% | 0.57% | - |
| HSV(B) | 39.53º | 0.45% | 0.74% | - |
| XYZ | 36.06 | 36.96 | 18.33 | - |
| YUV | 162.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 104 | 0 | 0.15 | 0.45 | 0.26 | 39.53 | 0.39 | 0.57 |
| Hex | BD | A0 | 68 | 0 | F | 2D | 1A | 28 | 27 | 39 |
| Octal | 275 | 240 | 150 | 0 | 17 | 55 | 32 | 50 | 47 | 71 |
| Binary | 10111101 | 10100000 | 1101000 | 0 | 1111 | 101101 | 11010 | 101000 | 100111 | 111001 |
Color Harmonies of #BDA068
Complementary color
Monochromatic Colors of #BDA068
Black with #BDA068
Text Example
Text Example
White with #BDA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA068; }
p { color: rgb(189,160,104); }
H1.HeaderClassName
{
color: #BDA068;
}
.AnyTagClassName
{
color: #BDA068;
}
</style>
background-color css
<style>
a { background-color: #BDA068; }
a { background-color: rgb(189,160,104); }
div.DivClassName
{
background-color: #BDA068;
}
.BgClassName
{
background-color: #BDA068;
}
</style>
border-color css
<style>
span { border-color: #BDA068; }
span { border-color: rgb(189,160,104); }
td.TdClassName
{
border-color: #BDA068;
}
.TagClassName
{
border-color: #BDA068;
}
</style>