Shades of Fallow #BDA06C
Tints of Fallow #BDA06C
RGB
CMYK
RGB Variations
Color information
#BDA06C (or 0xBDA06C) is known color: Fallow. HEX triplet: BD, A0 and 6C. RGB value is (189,160,108). Sum of RGB (Red+Green+Blue) = 189+160+108=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06C is #425F93. Grayscale: #A2A2A2. Windows color (decimal): -4349844 or 7119037. OLE color: 7119037.
HSL color Cylindrical-coordinate representation of color #BDA06C: hue angle of 38.52º 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 #BDA06C is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 108 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.26 |
| HSL | 38.52º | 0.38% | 0.58% | - |
| HSV(B) | 38.52º | 0.43% | 0.74% | - |
| XYZ | 36.26 | 37.04 | 19.43 | - |
| YUV | 162.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 108 | 0 | 0.15 | 0.43 | 0.26 | 38.52 | 0.38 | 0.58 |
| Hex | BD | A0 | 6C | 0 | F | 2B | 1A | 27 | 26 | 3A |
| Octal | 275 | 240 | 154 | 0 | 17 | 53 | 32 | 47 | 46 | 72 |
| Binary | 10111101 | 10100000 | 1101100 | 0 | 1111 | 101011 | 11010 | 100111 | 100110 | 111010 |
Color Harmonies of #BDA06C
Complementary color
Monochromatic Colors of #BDA06C
Black with #BDA06C
Text Example
Text Example
White with #BDA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA06C; }
p { color: rgb(189,160,108); }
H1.HeaderClassName
{
color: #BDA06C;
}
.AnyTagClassName
{
color: #BDA06C;
}
</style>
background-color css
<style>
a { background-color: #BDA06C; }
a { background-color: rgb(189,160,108); }
div.DivClassName
{
background-color: #BDA06C;
}
.BgClassName
{
background-color: #BDA06C;
}
</style>
border-color css
<style>
span { border-color: #BDA06C; }
span { border-color: rgb(189,160,108); }
td.TdClassName
{
border-color: #BDA06C;
}
.TagClassName
{
border-color: #BDA06C;
}
</style>