Shades of Fallow #BDA26C
Tints of Fallow #BDA26C
RGB
CMYK
RGB Variations
Color information
#BDA26C (or 0xBDA26C) is known color: Fallow. HEX triplet: BD, A2 and 6C. RGB value is (189,162,108). Sum of RGB (Red+Green+Blue) = 189+162+108=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA26C is #425D93. Grayscale: #A4A4A4. Windows color (decimal): -4349332 or 7119549. OLE color: 7119549.
HSL color Cylindrical-coordinate representation of color #BDA26C: hue angle of 40º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA26C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 108 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.26 |
| HSL | 40º | 0.38% | 0.58% | - |
| HSV(B) | 40º | 0.43% | 0.74% | - |
| XYZ | 36.61 | 37.74 | 19.54 | - |
| YUV | 163.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 108 | 0 | 0.14 | 0.43 | 0.26 | 40 | 0.38 | 0.58 |
| Hex | BD | A2 | 6C | 0 | E | 2B | 1A | 28 | 26 | 3A |
| Octal | 275 | 242 | 154 | 0 | 16 | 53 | 32 | 50 | 46 | 72 |
| Binary | 10111101 | 10100010 | 1101100 | 0 | 1110 | 101011 | 11010 | 101000 | 100110 | 111010 |
Color Harmonies of #BDA26C
Complementary color
Monochromatic Colors of #BDA26C
Black with #BDA26C
Text Example
Text Example
White with #BDA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA26C; }
p { color: rgb(189,162,108); }
H1.HeaderClassName
{
color: #BDA26C;
}
.AnyTagClassName
{
color: #BDA26C;
}
</style>
background-color css
<style>
a { background-color: #BDA26C; }
a { background-color: rgb(189,162,108); }
div.DivClassName
{
background-color: #BDA26C;
}
.BgClassName
{
background-color: #BDA26C;
}
</style>
border-color css
<style>
span { border-color: #BDA26C; }
span { border-color: rgb(189,162,108); }
td.TdClassName
{
border-color: #BDA26C;
}
.TagClassName
{
border-color: #BDA26C;
}
</style>