Shades of Fallow #BDA26B
Tints of Fallow #BDA26B
RGB
CMYK
RGB Variations
Color information
#BDA26B (or 0xBDA26B) is known color: Fallow. HEX triplet: BD, A2 and 6B. RGB value is (189,162,107). Sum of RGB (Red+Green+Blue) = 189+162+107=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA26B is #425D94. Grayscale: #A4A4A4. Windows color (decimal): -4349333 or 7054013. OLE color: 7054013.
HSL color Cylindrical-coordinate representation of color #BDA26B: hue angle of 40.24º 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 #BDA26B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 107 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.26 |
| HSL | 40.24º | 0.38% | 0.58% | - |
| HSV(B) | 40.24º | 0.43% | 0.74% | - |
| XYZ | 36.56 | 37.72 | 19.26 | - |
| YUV | 163.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 107 | 0 | 0.14 | 0.43 | 0.26 | 40.24 | 0.38 | 0.58 |
| Hex | BD | A2 | 6B | 0 | E | 2B | 1A | 28 | 26 | 3A |
| Octal | 275 | 242 | 153 | 0 | 16 | 53 | 32 | 50 | 46 | 72 |
| Binary | 10111101 | 10100010 | 1101011 | 0 | 1110 | 101011 | 11010 | 101000 | 100110 | 111010 |
Color Harmonies of #BDA26B
Complementary color
Monochromatic Colors of #BDA26B
Black with #BDA26B
Text Example
Text Example
White with #BDA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA26B; }
p { color: rgb(189,162,107); }
H1.HeaderClassName
{
color: #BDA26B;
}
.AnyTagClassName
{
color: #BDA26B;
}
</style>
background-color css
<style>
a { background-color: #BDA26B; }
a { background-color: rgb(189,162,107); }
div.DivClassName
{
background-color: #BDA26B;
}
.BgClassName
{
background-color: #BDA26B;
}
</style>
border-color css
<style>
span { border-color: #BDA26B; }
span { border-color: rgb(189,162,107); }
td.TdClassName
{
border-color: #BDA26B;
}
.TagClassName
{
border-color: #BDA26B;
}
</style>